Skip to content

gddeazevedo/sp1_emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Processor 1 Emulator

Authors: Gabriel Dias

Simple processor 1 emulator emulates an 8 bits architecture processor with three registers

Its Assembly type is the accumulator type

Its registers are:

  • program counter
  • accumulator
  • status

To create the assembler executable

$ cd ./SP1Assembler
$ make

To assemble the Assembly program

$ ./SP1Assembler/sp1a <file_name> -o <binary_file_name>

To run the emulator

$ make
$ sp1_run <binary_file_name>

About

Simple emulator of an 8 bits processor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors