In this repository I experiment with writing assembly. Especially during the development of my C compiler written in Rust.
Use the following command to compile and run any of the .asm
files in the assembly folder.
make <filename>.asm && ./bin/<filename>