fix arrows in f3 menu, but it still has many problems
This commit is contained in:
@@ -2143,19 +2143,35 @@ NEWSYM testpressed8b
|
|||||||
.noright
|
.noright
|
||||||
cmp byte[OSPort],3
|
cmp byte[OSPort],3
|
||||||
jne near .nowin32
|
jne near .nowin32
|
||||||
|
%ifdef __LINUX__
|
||||||
|
test byte[pressed+05Ch],1
|
||||||
|
%else
|
||||||
test byte[pressed+0CBh],1
|
test byte[pressed+0CBh],1
|
||||||
|
%endif
|
||||||
jz .noleft2
|
jz .noleft2
|
||||||
cmp bl,0
|
cmp bl,0
|
||||||
je .noleft2
|
je .noleft2
|
||||||
dec bl
|
dec bl
|
||||||
|
%ifdef __LINUX__
|
||||||
|
test byte[pressed+05Ch],1
|
||||||
|
%else
|
||||||
mov byte[pressed+0CBh],2
|
mov byte[pressed+0CBh],2
|
||||||
|
%endif
|
||||||
.noleft2
|
.noleft2
|
||||||
|
%ifdef __LINUX__
|
||||||
|
test byte[pressed+05Eh],1
|
||||||
|
%else
|
||||||
test byte[pressed+0CDh],1
|
test byte[pressed+0CDh],1
|
||||||
|
%endif
|
||||||
jz .noright2
|
jz .noright2
|
||||||
cmp bl,9
|
cmp bl,9
|
||||||
je .noright2
|
je .noright2
|
||||||
inc bl
|
inc bl
|
||||||
|
%ifdef __LINUX__
|
||||||
|
test byte[pressed+05Eh],1
|
||||||
|
%else
|
||||||
mov byte[pressed+0CDh],2
|
mov byte[pressed+0CDh],2
|
||||||
|
%endif
|
||||||
.noright2
|
.noright2
|
||||||
.nowin32
|
.nowin32
|
||||||
ret
|
ret
|
||||||
|
|||||||
Reference in New Issue
Block a user