]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/memory/copystring.s
941f78f854721555c69caf1b2432f9eb46a195a1
[cc65] / libsrc / geos-common / memory / copystring.s
1 ;
2 ; Maciej 'YTM/Alliance' Witkowiak
3 ;
4 ; 22.12.99
5
6 ; void CopyString (char *dest, char* source);
7
8             .import DoubleSPop
9             .export _CopyString
10
11             .include "jumptab.inc"
12
13 _CopyString:
14         jsr DoubleSPop
15         jmp CopyString