bug fix
This commit is contained in:
parent
85023f4c14
commit
e43a1b00f6
1 changed files with 2 additions and 2 deletions
|
@ -17,10 +17,10 @@
|
||||||
mov di,dx
|
mov di,dx
|
||||||
jmp bx
|
jmp bx
|
||||||
1:
|
1:
|
||||||
mov bx,si
|
mov ax,si
|
||||||
mov si,sp
|
mov si,sp
|
||||||
rep movs
|
rep movs
|
||||||
mov sp,si
|
mov sp,si
|
||||||
mov di,dx
|
mov di,dx
|
||||||
mov si,bx
|
mov si,ax
|
||||||
jmp bx
|
jmp bx
|
||||||
|
|
Loading…
Reference in a new issue