×   Main Menu ALL The 8BS News Manuals (New menu) Links Worth a Look Tools Disc and Basic Webring Site Map 8BS Guestbook Old Guest Book Me The Barnsley Rovers   
8-Bit Software

The BBC and Master Computer Public Domain Library

8EFB CHAIN

Submitted by Steve Fewell

Description:

Call routine &BDD7 to get the filename after the CHAIN keyword (and place it in the SWA), and load the named
file (which should be a BASIC program) at the PAGE address and check that the program can be read correctly ('Bad program'
message is displayed if not).
Jump to &8F15 to execute the 'RUN' keyword and begin running the program.


Disassembly for the CHAIN routine

8EFB   032 215 189 20 D7 BD JSR &BDD7 Get filename and Load the named file
8EFE   128 021 80 15 BRA 21 --> &8F15 RUN the program

 


 Back to 8BS
Or