Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sycanz04/assignment


https://github.com/sycanz04/assignment

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

Prog_funds assignment


The interpreter reads an assembly program from a ".asm" file (text file). It must execute the instructions sequentially on the virtual machine updating the PC (program counter) after each instruction. At the end of execution, it will produce a dump of all registers and memory to the screen in addition to the output window (results of the I/O operations).


Included functions:


- Move operations

- Mathematical operations

- Rotation and shifting operations

- Basic I/O operations

- Loading data from memory

- Storing data to memory