TGI driver and matching linker config for Plus/4
This commit is contained in:
13
libsrc/plus4/tgi_stddrv.s
Normal file
13
libsrc/plus4/tgi_stddrv.s
Normal file
@@ -0,0 +1,13 @@
|
||||
;
|
||||
; Name of the standard tgi driver
|
||||
;
|
||||
; Oliver Schmidt, 2011-05-02
|
||||
;
|
||||
; const char tgi_stddrv[];
|
||||
;
|
||||
|
||||
.export _tgi_stddrv
|
||||
|
||||
.rodata
|
||||
|
||||
_tgi_stddrv: .asciiz "ted-hi.tgi"
|
||||
Reference in New Issue
Block a user