kleinere Änderungen

This commit is contained in:
Johannes Theiner 2018-10-31 19:03:54 +01:00
parent 7a6ca78e2d
commit ab78c01145
1 changed files with 3 additions and 3 deletions

View File

@ -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