comparison bin/asmbf @ 12275:295ffadc0bb2 draft

<kspalaiologos> fetch /hackenv/bin/asmbf https://hack.esolangs.org/get/bin/asmbf
author HackEso <hackeso@esolangs.org>
date Tue, 31 Dec 2019 18:25:57 +0000
parents 8676feb7b32d
children 805908a65518
comparison
equal deleted inserted replaced
12274:3c04e9ef7a3a 12275:295ffadc0bb2
1 print_args_or_input "$@" |tr / \\n | labels.pl | bfasm 1 print_args_or_input "$@" | tr / \\n > /tmp/no-toucha-prgm.asm
2 /hackenv/lib/kps/bfpp /tmp/no-toucha-prgm.asm
3 /hackenv/lib/kps/bfasm < /tmp/no-toucha-prgm.p | /hackenv/lib/kps/strip.pl > /tmp/output.b
4 rm -f /tmp/no-toucha-prgm.p /tmp/no-toucha-prgm.asm