Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 360 Bytes

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