This commit is contained in:
ceriel 1988-04-11 10:11:07 +00:00
parent 252d0e0667
commit b190c55526

View file

@ -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