[Self teaching] Creating a startup program stored in ROM that will load a program into RAM before executing it.
This project was created with the intent of teaching myself assembly and learning more about low level CPU operations. All code is to be executed using the simulator found here:
https://schweigi.github.io/assembler-simulator/index.html
Documentation for the simulator.
Paste project code from ExampleBoot.asm into the code section of the simulator
Hit reset at the top and then press run at the top to start the program.
- The program is conceptualizing a boot procedure I would like to implement in my 8-bit-computer.