Skip to content

sloganking/Assembly-Example-Boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Assembly-Example-Boot

[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.

Instructions

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.

Notes

  • The program is conceptualizing a boot procedure I would like to implement in my 8-bit-computer.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published