Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 393 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 393 Bytes

Java-SIC-XE-Assembler

The project will take a SIC/XE program and calculate the memory addresses, and object code for the program to run.

To run:

$javac *.java
$java Project3 (Filename)

Note the file name is the args[0] of the program if you want to run from an ide. Extra Equipment such as use blocks, controls sections and literal organization have not been implemented yet.