corrected syntax error

This commit is contained in:
ceriel 1987-06-09 10:35:22 +00:00
parent f751192942
commit 33bd1f17af
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
mov 8(bx),cx mov 8(bx),cx
pop ax pop ax
pop dx pop dx
jsr .mli4 call .mli4
pop bx pop bx
push dx push dx
push ax push ax

View file

@ -15,7 +15,7 @@
xor di,di xor di,di
sar cx,1 sar cx,1
1: 1:
mov dx,4(di)(bx) mov dx,4(bx)(di)
add di,2 add di,2
loop 1b loop 1b
!endif !endif