diff options
Diffstat (limited to 'appl/cmd/asm/mkfile')
| -rw-r--r-- | appl/cmd/asm/mkfile | 27 |
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 |
