forked from KolibriOS/kolibrios
Fix build with fasm 1.71.40+
git-svn-id: svn://kolibrios.org@6831 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
64de333a2a
commit
6b388af831
@ -111,14 +111,14 @@ r1: mov [picks+4],edx ; update right pick color
|
|||||||
mov eax,2 ; just read it and ignore
|
mov eax,2 ; just read it and ignore
|
||||||
mcall
|
mcall
|
||||||
cmp al,0 ; key in buffer?
|
cmp al,0 ; key in buffer?
|
||||||
je k1 ; yep
|
je .k1 ; yep
|
||||||
jmp still
|
jmp still
|
||||||
k1: cmp ah,'H' ; cap H ?
|
.k1:cmp ah,'H' ; cap H ?
|
||||||
je k2 ; yep
|
je .k2 ; yep
|
||||||
cmp ah,'h' ; locase h ?
|
cmp ah,'h' ; locase h ?
|
||||||
je k2 ; yep
|
je .k2 ; yep
|
||||||
jmp still
|
jmp still
|
||||||
k2: call help ; show help screen
|
.k2:call help ; show help screen
|
||||||
jmp still
|
jmp still
|
||||||
|
|
||||||
button: ; button
|
button: ; button
|
||||||
|
Loading…
Reference in New Issue
Block a user