summaryrefslogtreecommitdiff
path: root/appl/cmd/asm/mkfile
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2015-04-25 19:46:27 +0100
committerCharles Forsyth <charles.forsyth@gmail.com>2015-04-25 19:46:27 +0100
commit70a234d0b5dd59660347742b2c5f3098522e5a80 (patch)
treeaa2ddd771078131065e987bb72a8517f14ced57e /appl/cmd/asm/mkfile
parent4ba871f66a3cfb31efe38493d249f6946092da9b (diff)
add Limbo version of asm(1)
Diffstat (limited to 'appl/cmd/asm/mkfile')
-rw-r--r--appl/cmd/asm/mkfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/appl/cmd/asm/mkfile b/appl/cmd/asm/mkfile
new file mode 100644
index 00000000..32fc7041
--- /dev/null
+++ b/appl/cmd/asm/mkfile
@@ -0,0 +1,27 @@
+<../../../mkconfig
+
+TARG=asm.dis
+
+YFILES= asm.y
+
+MODULES=\
+ ../limbo/disoptab.m\
+ ../limbo/isa.m\
+ ../limbo/opname.m\
+ asm.b\
+
+SYSMODULES=\
+ arg.m\
+ bufio.m\
+ draw.m\
+ keyring.m\
+ math.m\
+ string.m\
+ sys.m\
+
+DISBIN=$ROOT/dis
+
+<$ROOT/mkfiles/mkdis
+
+#asm.b: asm.y
+# yacc -D1 -o asm.b asm.y