Assuming the BSVC simulator has been started and the setup file loaded, load the program clab51s.h68 as follows:
File Load Programand select clab51s.h68. Open the program listing window:
Window Program ListingThe program listing should appear in this window.
If you examine the memory locations starting at $2000 you will find the machine code. Examine it to check that it loaded correctly.
The memory locations starting at $0000 contain some reset data:
To run the program, simply press the RUN button. Verify that the program ran correctly, as before.
Observe the program listing window as you single-step through the program.
ANU Engineering - ENGN3213