aboutsummaryrefslogtreecommitdiff
path: root/fendersdbl.dasm
diff options
context:
space:
mode:
Diffstat (limited to 'fendersdbl.dasm')
-rw-r--r--fendersdbl.dasm9
1 files changed, 2 insertions, 7 deletions
diff --git a/fendersdbl.dasm b/fendersdbl.dasm
index cb6ea3f..23ebec7 100644
--- a/fendersdbl.dasm
+++ b/fendersdbl.dasm
@@ -287,18 +287,13 @@ clear_zp:
INY
BPL clear_zp
-; the "JSR try_read" below MUST be located at $087f.
-; The JSR opcode is the last byte loaded in the 3-sector boot loader,
-; and its operand is the first 2 bytes loaded from sector 720!
- .if *<>$087f
- .echo "Code offsets have changed, fix me (", *, "should be $087f)"
- .err
- .endif
JSR try_read ; cut here!
DEX
read_segment:
+ ; The JSR opcode below is the last byte in sector 3.
+ ; Its operand is the first 2 bytes in sector 720.
JSR get_next_byte
STA dest_ptr
JSR get_next_byte