1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-28 06:29:30 +00:00
cc65/libsrc/tgi/tgi_stddrv.s

12 lines
206 B
ArmAsm
Raw Normal View History

;
; Name of the standard tgi driver
;
; Ullrich von Bassewitz, 2009-09-11
;
; const char tgi_stddrv[];
;
.import _tgi_mode_table
.export _tgi_stddrv = _tgi_mode_table + 1