all repos — 3ByteBadVM @ 1c8605952f985718532c998f9b042a08bf011628

3ByteBadVM

.gitignore

 1
 2
 3
 4
 5
 6
 7
 8
 9
# don't commit object files or anything in bin
*.bin
*.o
bin/

# ...except for ass.sh, we want to include that
!bin/ass.sh