]> git.sur5r.net Git - cc65/blob - libsrc/apple2/tgi_stddrv.s
ld65: implement '--allow-multiple-definition' command line parameter
[cc65] / libsrc / apple2 / tgi_stddrv.s
1 ;
2 ; Name of the standard tgi driver
3 ;
4 ; Oliver Schmidt, 2011-05-02
5 ;
6 ; const char tgi_stddrv[];
7 ;
8
9         .export _tgi_stddrv
10
11 .rodata
12
13 _tgi_stddrv:
14         .ifdef  __APPLE2ENH__
15         .asciiz "A2E.HI.TGI"
16         .else
17         .asciiz "A2.HI.TGI"
18         .endif