mirror of
https://github.com/cc65/cc65.git
synced 2024-12-26 08:32:00 +00:00
12 lines
178 B
ArmAsm
12 lines
178 B
ArmAsm
|
;
|
||
|
; Standard tgi mode
|
||
|
;
|
||
|
; Ullrich von Bassewitz, 2009-09-11
|
||
|
;
|
||
|
; const unsigned char tgi_stdmode[];
|
||
|
;
|
||
|
|
||
|
.import _tgi_mode_table
|
||
|
.export _tgi_stdmode = _tgi_mode_table
|
||
|
|