Improve memory position handling
This commit is contained in:
parent
47630b2c03
commit
af61db5e40
3 changed files with 11 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
ORG (RAM - 0x0800)
|
||||
ORG BIOS
|
||||
CPU 8086
|
||||
|
||||
DISKCX: EQU 0x8
|
||||
|
@ -28,7 +28,8 @@ BOOT:
|
|||
DB "BIOS", 0
|
||||
|
||||
WBOOT:
|
||||
JMP (RAM - 0x1000)
|
||||
XOR AX, AX
|
||||
JMP BDOS
|
||||
RET
|
||||
|
||||
; CHAR I/O
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue