Log
Files
Refs
README
release.sh (80B)
1 yasm -f elf64 -a x86 main.asm -o main.o 2 ld main.o -o spartasm 3 strip -s spartasm