2000-05-28 13:40:48 +00:00
|
|
|
;
|
|
|
|
; Maciej 'YTM/Alliance' Witkowiak
|
|
|
|
;
|
|
|
|
; 30.10.99
|
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
; void PutString (char *mytxt, char y, int x);
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.import popax, popa
|
|
|
|
.import getintcharint
|
|
|
|
.export _PutString
|
2000-05-28 13:40:48 +00:00
|
|
|
|
2013-05-09 13:56:54 +02:00
|
|
|
.include "jumptab.inc"
|
2000-05-28 13:40:48 +00:00
|
|
|
|
|
|
|
_PutString:
|
2013-05-09 13:56:54 +02:00
|
|
|
jsr getintcharint
|
|
|
|
jmp PutString
|