When I perform a BLOAD in direct mode, I get the ending address of the event (example: Loading from $01:A000 to $02,A580)
How do I get the End bank and address in BASIC? I'm assuming it's a PEEK. I just don't know where to look
BLOAD Question
- ahenry3068
- Posts: 1132
- Joined: Tue Apr 04, 2023 9:57 pm
Re: BLOAD Question
Look at this code here where I load a bunch of files and save the Pointers in an array. The X&Y registers hold the "Next" address after the last byte loaded. You have to peek the BASIC register locations at $030D & $030E
viewtopic.php?t=7699
Last edited by ahenry3068 on Mon Oct 14, 2024 8:45 pm, edited 1 time in total.