Skip to content

Dan-k391/CIE-Assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIE-Assembler

A basic assembly tracer for CIE Assembly.
By putting assembly code in code.txt and the corresponding data into data.txt and running the code the tracing table will be output to table.csv.

Some notifications

  • The line numbers of the code should also be copied to code.txt.
  • No # symbols need to be added in any commands.
  • Don't leave any blank lines in code.txt and data.txt.