Skip to content

a simple program that emulates SIC assembler with gui

License

Notifications You must be signed in to change notification settings

Hummeri/SIC_emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple SIC emulator made out of C and it's GUI components made with qt framework. currently, it's just a CUI application.

Usage

Linux

go to src directory to build from source file

gcc main.c

run compiled program

./a.out filename.txt

filename.txt must be located in src directory! use command ./SICv1 filename.txt if using the release file

Windows

open cmd, and navigate into the directory where SICv1 executable is stored.

SICv1 filename.txt

filename.txt must be located in same directory!

About

a simple program that emulates SIC assembler with gui

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages