Adjusted disk_read address
This commit is contained in:
parent
db9a25ca04
commit
999f15a0d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user