fix
This commit is contained in:
parent
252d0e0667
commit
b190c55526
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue