This commit is contained in:
ceriel 1988-04-11 10:11:07 +00:00
parent faa687e0db
commit d4436e05cb

View File

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