code: purgatorio

ref: a411870ee4640241e3c494367d922847da84f972
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