Adjusted disk_read address

This commit is contained in:
Dreaded_X 2021-06-19 16:54:40 +02:00
parent db9a25ca04
commit 999f15a0d8

View File

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