Fix floppy VBR: wrong stack location
This commit is contained in:
parent
e7108f6622
commit
b6972dcc69
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ main:
|
||||||
mov ds, ax
|
mov ds, ax
|
||||||
mov es, ax
|
mov es, ax
|
||||||
mov ss, ax
|
mov ss, ax
|
||||||
mov sp, ax
|
xor sp, sp
|
||||||
mov [fdc.drv], dl ; save drive number in fdc
|
mov [fdc.drv], dl ; save drive number in fdc
|
||||||
sti
|
sti
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue