kleinere Änderungen
This commit is contained in:
parent
7a6ca78e2d
commit
ab78c01145
|
@ -38,9 +38,9 @@ WDH: in ax, INPUT
|
|||
|
||||
|
||||
mov ax, res
|
||||
mov cl, 4
|
||||
shr ax, cl;shift right 4 times
|
||||
and ax, 00001111b;might not be needed
|
||||
mov cl, 0x4
|
||||
sar ax, cl;shift right 4 times
|
||||
;and ax, 00001111b;
|
||||
out LED, ax;debug, output to leds
|
||||
push ax;write result to stack
|
||||
|
||||
|
|
Loading…
Reference in New Issue