Skip to content

Custom Assembler and Simulator for a SIMPLE RISC like ISA.

License

Notifications You must be signed in to change notification settings

Scapesfear/RISC-y-Business

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile use this command

gcc -o build/assembler_executable \
    src/main.c \
    src/memory/memory.c \
    src/instructions/instructions.c \
    src/registers/registers.c \
    src/utils/utils.c

To run the assembler use this command

./build/assembler_executable <input_file> <output_file>

About

Custom Assembler and Simulator for a SIMPLE RISC like ISA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published