From 70a234d0b5dd59660347742b2c5f3098522e5a80 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sat, 25 Apr 2015 19:46:27 +0100 Subject: add Limbo version of asm(1) --- appl/cmd/asm/mkfile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 appl/cmd/asm/mkfile (limited to 'appl/cmd/asm/mkfile') 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 -- cgit v1.2.3