Files
SharpMZ/software/asm/monitor_80c_1Z-013A.asm
Philip Smart 4a64af4a00 Initial commit
2019-10-25 17:16:34 +01:00

8 lines
323 B
NASM

; Configurable parameters.
COLW: EQU 80 ; Width of the display screen (ie. columns).
ROW: EQU 25 ; Number of rows on display screen.
SCRNSZ: EQU COLW * ROW ; Total size, in bytes, of the screen display area.
MODE80C:EQU 1
INCLUDE "1Z-013A.asm"