code: 9ferno

ref: 410c1337e07a9f1d521360a160903fe32b4e0d4a
dir: /appl/cmd/asm/mkfile/

View raw version
<../../../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