Adjusted disk_read address
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
;This program is loaded into LBA sector 0 of disk, read to loc. 0800h by ROM disk_read subroutine, and executed.
|
||||
|
||||
hstbuf .equ (0x1200) ; Will put 256-byte raw sector here
|
||||
disk_read .equ (0x029C) ; Subroutine in 2K ROM
|
||||
disk_read .equ (0x02BE) ; Subroutine in 2K ROM
|
||||
cpm .equ (0xFA00) ; CP/M cold start entry in BIOS
|
||||
|
||||
.area MAIN
|
||||
|
||||
Reference in New Issue
Block a user