A simple assembly emulator
- add
- sub
- mul
- lab
- jmp
Due to the absence of certain tests, the correct functionality of the program cannot be fully guaranteed. However, the overall functionality of the prototype operates as expected.
The idea is coming from Exercise 3 of the Cyberchallenge 2024 Programming Test in Italy.