Description: A virtual machine for running Alpha code.
- Angelos T. Dimoglis csd5078
- Panagiwths Antonakakhs csd5137
- Aris Patramanis csd5249
Testing was done at kerasi.
make all
or just
make
(all is the default)
-
An input file must be given, the program will abort otherwise.
-
-i <input file> // meaning a binary or text .abc file
Example:
./alpha_vm.out -i bytecode.abc
- bin/
- all .o files
- lib/
- all .h files
- src/
- execute_function
- all execute function definitions
- .cpp files
- execute_function
- Makefile
- README.md