Skip to content

Zinfidel/universal-machine-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

universal-machine-emulator

Emulator for the Universal Machine challenge - CS554 Warmup Project

Building

gcc -m32 -o emulator main.c

Not compiling for 32-bit architecture (-m32) may or may not cause bugs during execution. It will definitely cause gcc to throw warnings when compiling.

Running

./emulator program

About

Emulator for the Universal Machine challenge - CS554 Warmup Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages