Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 177 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 177 Bytes

virtualmachine

A simple virtual machine that interprets SALL16 bytecode

Running

Compile using gcc -O3 main.c

Run using ./a.out

Or, to do them both, use sh run.sh