Skip to content

varun-r-mallya/sic-xe-assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIC-XE Assembler

This SIC-XE assembler can handle control sections but not program blocks.

To run:

  mkdir -p build
  cd build
  cmake ..
  make test
  # or instead of the `make test`, type `./assembler -i test.sic` for individual test.

Note: If intermediate files are required, then use the -i flag like ./assembler -i test.sic in the build directory.

About

SIC-XE Assembler with some intentional limitations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published