11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
;********************************************************************************
|
|
; Printing Program
|
|
;********************************************************************************
|
|
.ifndef INCLUDE_PRINTER
|
|
INCLUDE_PRINTER = 1
|
|
|
|
.global printer
|
|
.import home:absolute
|
|
|
|
.endif ; guard
|