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
|
||||
jmp bx
|
||||
1:
|
||||
mov bx,si
|
||||
mov ax,si
|
||||
mov si,sp
|
||||
rep movs
|
||||
mov sp,si
|
||||
mov di,dx
|
||||
mov si,bx
|
||||
mov si,ax
|
||||
jmp bx
|
||||
|
|
Loading…
Reference in a new issue