code: purgatorio

ref: 71292834bbafcf6bc409cfd7691f9e6650df025b
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