Robot Factory is a Asambler compiler. It enables you to transform a .s (Assembly) into a .cor (Machine code).
To compile the project, use make re
in a terminal.
Then execute the program using ./asm file[.s]
.
Project developed as part of the B-CPE-200 module by PamplemomM with AntothP.