fix
This commit is contained in:
parent
252d0e0667
commit
b190c55526
|
@ -56,8 +56,11 @@ ctch:
|
|||
push si
|
||||
push di
|
||||
mov ax,2(bp)
|
||||
sub ax,3
|
||||
sub ax,tbl
|
||||
shr ax,1
|
||||
mov bx,ax
|
||||
shr ax,1
|
||||
push ax
|
||||
call table(bx)
|
||||
pop di
|
||||
|
|
Loading…
Reference in a new issue