mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 03:04:31 +00:00
5e37ed1a16
git-svn-id: svn://svn.cc65.org/cc65/trunk@4993 b7a2c559-68d2-44c3-8de9-860c34a00d81
9 lines
182 B
ArmAsm
9 lines
182 B
ArmAsm
;
|
|
; Target-specific black & white values for use by the target-shared TGI kernel
|
|
;
|
|
|
|
.include "tgi-kernel.inc"
|
|
|
|
.export tgi_color_black:zp = $00
|
|
.export tgi_color_white:zp = $01
|