💾 Archived View for uscoffings.net › retro-computing › systems › TI994a › assemblers › tiasm › doc ›… captured on 2024-08-18 at 22:08:09.

View Raw

More Information

⬅️ Previous capture (2022-07-16)

🚧 View Differences

-=-=-=-=-=-=-

TROFF= itroff 
NROFF= nroff
PACKAGE= -ms
SRC= body.t a.t b.t c.t

troff:	$(SRC)
	tbl $(SRC) | $(TROFF) $(PACKAGE)

nroff: $(SRC)
	tbl $(SRC) | $(NROFF) $(PACKAGE) | col