Improve memory position handling

This commit is contained in:
Nero 2019-10-28 10:49:42 +00:00
parent 47630b2c03
commit af61db5e40
3 changed files with 11 additions and 10 deletions

View file

@ -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