mirror of
https://github.com/cc65/cc65.git
synced 2024-11-04 17:04:58 +00:00
6860ac7dfd
git-svn-id: svn://svn.cc65.org/cc65/trunk@5891 b7a2c559-68d2-44c3-8de9-860c34a00d81
15 lines
233 B
ArmAsm
15 lines
233 B
ArmAsm
;
|
|
; Address of the static standard tgi driver
|
|
;
|
|
; Oliver Schmidt, 2012-11-01
|
|
;
|
|
; const void tgi_static_stddrv[];
|
|
;
|
|
|
|
.export _tgi_static_stddrv
|
|
.import _lynx_160_102_16
|
|
|
|
.rodata
|
|
|
|
_tgi_static_stddrv := _lynx_160_102_16
|