Exercises¶
Practice assembly programming with varm.
Number |
Topic |
Level |
|---|---|---|
1 |
Basic Ops |
Easy |
2 |
Control Flow |
Medium |
3 |
Data & I/O |
Medium |
Complete the tutorial before attempting exercises.
Run Programs¶
./build/src/vasm program.vasm -o program.vm
./build/src/varm program.vm