nbp: cosmetic fix
This commit is contained in:
parent
40a7c52bae
commit
6f7815bbe2
1 changed files with 1 additions and 1 deletions
2
nbp.asm
2
nbp.asm
|
@ -18,7 +18,7 @@ _startup:
|
||||||
|
|
||||||
mov si, 0x7C00
|
mov si, 0x7C00
|
||||||
mov di, 0x0500
|
mov di, 0x0500
|
||||||
mov cx, (_reloc_end)
|
mov cx, _reloc_end
|
||||||
rep movsb
|
rep movsb
|
||||||
|
|
||||||
pop es
|
pop es
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue