dmsc / fastbasic

FastBasic - Fast BASIC interpreter for the Atari 8-bit computers
GNU General Public License v2.0
139 stars 20 forks source link

Enhancement Request: BLOAD #96

Open MariusAtarius opened 1 month ago

MariusAtarius commented 1 month ago

Usually I combine assembler created objects with Basic. BLOAD would make life easier if you still want to combine Basic with external binary objects. Sure it still is possible to do a BGET, skip the first 6 bytes, and then BGET the rest of the file, but everytime when I make updates to the .OBJ file I have to adapt the routine in FastBasic to let FastBasic know how many bytes should be loaded. With just a BLOAD it would be a lot easier.