diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-09-28 11:32:11 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-09-28 11:32:11 -0400 |
commit | f927b5126ef7e219bc5d4aa875523df1f6ea6d83 (patch) | |
tree | febf5655f3969f6259c1ff2ea2526666c4207d9a /tasm/run.sh | |
parent | 6917d1584bf16ec833a21fc35b95e520de8795f3 (diff) |
Some basic asm generation around blocks
Diffstat (limited to 'tasm/run.sh')
-rwxr-xr-x | tasm/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tasm/run.sh b/tasm/run.sh new file mode 100755 index 0000000..51b801c --- /dev/null +++ b/tasm/run.sh @@ -0,0 +1 @@ +../tint -in tasm.tnsl -flags "${1}" |