]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm510/kudtim.s
Added setjmp/longjmp
[cc65] / libsrc / cbm510 / kudtim.s
index 54d6eb26e687d11d5740e925b6c4efe03222492b..4653d8148a94ae7c5f0a3bea8a2fe59943aa2654 100644 (file)
@@ -1,13 +1,12 @@
 ;
-; Ullrich von Bassewitz, 13.09.2001
+; Ullrich von Bassewitz, 2003-12-21
 ;
-; udtim routine for the 510. We will not check for the stop key here, since
+; udtim routine for the 610. We will not check for the stop key here, since
 ; C programs will not use it.
-;
-
-       .export         UDTIM
-       .importzp       time
+;                                  
 
+        .export         UDTIM
+        .import         time: zp
 
 .proc  UDTIM
 
@@ -22,5 +21,3 @@ L9:   rts
 
 .endproc
 
-
-