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