Alternative timer stuff
This commit is contained in:
@@ -2554,7 +2554,10 @@ guimustrestartmsg:
|
|||||||
xor ebx,ebx
|
xor ebx,ebx
|
||||||
mov ecx,256
|
mov ecx,256
|
||||||
.a
|
.a
|
||||||
mov byte[pressed+ebx],0
|
cmp byte[pressed+ebx],1
|
||||||
|
jne .npr1
|
||||||
|
mov byte[pressed+ebx],2
|
||||||
|
.npr1
|
||||||
inc ebx
|
inc ebx
|
||||||
loop .a
|
loop .a
|
||||||
mov byte[pressed+2Ch],0
|
mov byte[pressed+2Ch],0
|
||||||
@@ -2586,8 +2589,8 @@ guimustrestartmsg:
|
|||||||
xor ebx,ebx
|
xor ebx,ebx
|
||||||
mov ecx,256+128+64
|
mov ecx,256+128+64
|
||||||
.b
|
.b
|
||||||
cmp byte[pressed+ebx],0
|
cmp byte[pressed+ebx],1
|
||||||
jne .pressedokay
|
je .pressedokay
|
||||||
inc ebx
|
inc ebx
|
||||||
loop .b
|
loop .b
|
||||||
jmp .again
|
jmp .again
|
||||||
|
|||||||
Reference in New Issue
Block a user