Skip to content

tenpertur/sisvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small Instruction Set Virtual Machine is a simple, limited instruction set virtual machine.

First time build

autoheader
autoconf
automake --add-missing
./configure
make

Configure debug build

cd debug
../configure CFLAGS="-g -ggdb -O0 -Wall -fsanitize=address -ggdb3 -Wpedantic -fno-omit-frame-pointer -fprofile-arcs -ftest-coverage" && make

About

SISM is Small Instruction Set Machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages