resume working; import awk-based assembler
This commit is contained in:
parent
e48ae306ba
commit
77b1ad7cef
4 changed files with 451 additions and 55 deletions
4
host/as
Executable file
4
host/as
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
outfile="$1"
|
||||
infile="$2"
|
||||
( awk -f host/asm.awk -v of=sym <"$infile"; cat "$infile") | awk -f host/asm.awk -v of=lst
|
Loading…
Add table
Add a link
Reference in a new issue