FlagVM/flagpole/comp.sh
2026-07-31 01:29:00 -04:00

8 lines
126 B
Bash
Executable file

#!/bin/sh
set -xe
fpfile="$1"
asmfile="${fpfile%.*}.asm"
binfile="${fpfile%.*}"
./fvmfpc -f $1 > ${asmfile}
fasmg ${asmfile}