Memoria is a Simple Virtual Machine written in Ada. This VM implements SUBLEQ(an OISC/URISC architecture)
This Program requires the following to be compiled
- GNU Ada (GNAT) compiler
This repo has a Makefile
which has the necessary commands to build. Run make
to get the executable
This repo has a hello.txt
file which has the subleq instructions to print Hello, world!
. To run your own,
create a file of subleq instructions(seperated by spaces) and pass it as a command-line argument
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.