]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-cbm/graph/putstring.s
Renamed the old geos target to geos-cbm.
[cc65] / libsrc / geos-cbm / graph / putstring.s
diff --git a/libsrc/geos-cbm/graph/putstring.s b/libsrc/geos-cbm/graph/putstring.s
new file mode 100644 (file)
index 0000000..53b685d
--- /dev/null
@@ -0,0 +1,17 @@
+
+;
+; Maciej 'YTM/Alliance' Witkowiak
+;
+; 30.10.99
+
+; void PutString       (char *mytxt, char y, int x);
+
+           .import popax, popa
+           .import getintcharint
+           .export _PutString
+
+           .include "../inc/jumptab.inc"
+
+_PutString:
+           jsr getintcharint
+           jmp PutString