Skip to content

GoPro16/Java-SIC-XE-Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages