1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00
cc65/libsrc/lynx/tgi_colors.s
2022-02-25 16:00:03 +02:00

9 lines
224 B
ArmAsm

;
; Target-specific black & white values for use by the target-shared TGI kernel
;
.include "tgi-kernel.inc"
.export tgi_color_black:zp = $01
.export tgi_color_white:zp = $0F