diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-14 17:08:09 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-14 17:08:09 -0400 |
commit | 2888682e7b4911d2b999402f66686f3d02bae9df (patch) | |
tree | 6b17e264c9ce34db4709467c2a0e9eb1b8a2b981 /fendersdbl.dasm | |
parent | e4501a71b6af985fbf61d52b953140d73839f832 (diff) | |
download | bw-atari8-tools-2888682e7b4911d2b999402f66686f3d02bae9df.tar.gz |
fendersdbl.dasm wasn't building properly, fix.
Diffstat (limited to 'fendersdbl.dasm')
-rw-r--r-- | fendersdbl.dasm | 9 |
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 |