6502-OS/programs/printer.h65

11 lines
283 B
Plaintext
Raw Normal View History

2023-12-08 22:56:35 +01:00
;********************************************************************************
; Printing Program
;********************************************************************************
.ifndef INCLUDE_PRINTER
INCLUDE_PRINTER = 1
.global printer
.import home:absolute
.endif ; guard