Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 287 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 287 Bytes

SimpleComputerAssembler

Assembler for the "Simple Computer"

Inputs a .txt file through standard input.

"./a.out Assembly.txt"

Additional arguments will be taken as port values starting at port 0.

"./a.out Assembly.txt 1 2 3 4"

In order to step through the program press enter.