fix
This commit is contained in:
parent
faa687e0db
commit
d4436e05cb
@ -56,8 +56,11 @@ ctch:
|
|||||||
push si
|
push si
|
||||||
push di
|
push di
|
||||||
mov ax,2(bp)
|
mov ax,2(bp)
|
||||||
|
sub ax,3
|
||||||
sub ax,tbl
|
sub ax,tbl
|
||||||
shr ax,1
|
shr ax,1
|
||||||
|
mov bx,ax
|
||||||
|
shr ax,1
|
||||||
push ax
|
push ax
|
||||||
call table(bx)
|
call table(bx)
|
||||||
pop di
|
pop di
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user