From ed3bee787d28802378026b72cb01ed1b75ab44ca Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 16 May 2020 07:47:47 -0400 Subject: [PATCH] emul: add a zasm.sh wrapper around stage executable --- emul/zasm.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 emul/zasm.sh diff --git a/emul/zasm.sh b/emul/zasm.sh new file mode 100755 index 0000000..8a3903c --- /dev/null +++ b/emul/zasm.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo "212 LOAD H@ 256 /MOD 2 PC! 2 PC! $(cat -) H@ 256 /MOD 2 PC! 2 PC!" | ./stage