We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8196fe commit cc906e6Copy full SHA for cc906e6
runtime/run-arch.sh
@@ -0,0 +1,3 @@
1
+#!/bin/sh
2
+
3
+./dbasic 4 < $1 | arm-none-linux-gnueabihf-gcc -mcpu=arm710t -mfpu=vfp -marm -mfloat-abi=hard -O3 runtime/basic_lib.c -x assembler - -lm && QEMU_LD_PREFIX=/usr/arm-none-linux-gnueabihf/libc qemu-arm ./a.out
0 commit comments