2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 25.12.99
|
|
|
|
|
|
|
|
; void GraphicsString (char *myString);
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.export _GraphicsString
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.include "jumptab.inc"
|
|
|
|
.include "geossym.inc"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
_GraphicsString:
|
2013-05-09 13:56:54 +02:00
|
|
|
sta r0L
|
|
|
|
stx r0H
|
|
|
|
jmp GraphicsString
|