all repos — 3ByteBadVM @ 7eb2c9bfc37c507f683149786724661057811ec5

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