From ace8222b7e8839c8cca43cb576ba37a2f02b0833 Mon Sep 17 00:00:00 2001 From: cannoli-fruit Date: Fri, 31 Jul 2026 01:29:00 -0400 Subject: [PATCH] Compilation script --- flagpole/comp.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 flagpole/comp.sh diff --git a/flagpole/comp.sh b/flagpole/comp.sh new file mode 100755 index 0000000..d69fc9e --- /dev/null +++ b/flagpole/comp.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -xe +fpfile="$1" +asmfile="${fpfile%.*}.asm" +binfile="${fpfile%.*}" +./fvmfpc -f $1 > ${asmfile} +fasmg ${asmfile}