corrected syntax error
This commit is contained in:
parent
f751192942
commit
33bd1f17af
|
@ -29,7 +29,7 @@
|
|||
mov 8(bx),cx
|
||||
pop ax
|
||||
pop dx
|
||||
jsr .mli4
|
||||
call .mli4
|
||||
pop bx
|
||||
push dx
|
||||
push ax
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
xor di,di
|
||||
sar cx,1
|
||||
1:
|
||||
mov dx,4(di)(bx)
|
||||
mov dx,4(bx)(di)
|
||||
add di,2
|
||||
loop 1b
|
||||
!endif
|
||||
|
|
Loading…
Reference in a new issue