summaryrefslogtreecommitdiff
path: root/constants/printer_constants.asm
blob: 5cd8fcd77cc8fa7cbc0f688120c9a15232249657 (plain)
1
2
3
4
5
6
7
8
9
const_value SET 1

	const PRINTER_STATUS_CHECKING
	const PRINTER_STATUS_TRANSMITTING
	const PRINTER_STATUS_PRINTING
	const PRINTER_ERROR_1
	const PRINTER_ERROR_2
	const PRINTER_ERROR_3
	const PRINTER_ERROR_4