]> git.sur5r.net Git - cc65/blobdiff - libsrc/pet/checkst.s
Replace hard returns with an "else", add an error for non-IDENT tokens, and test...
[cc65] / libsrc / pet / checkst.s
index 9996d0ed4bdbc8bb6aca8eabcb17201f39a16f54..8d9d9a4f3ebaa67c4350ee9e2b841a5a5d83319d 100644 (file)
@@ -6,8 +6,7 @@
 ;
 
         .export         checkst
-
-        .include        "pet.inc"
+        .importzp       ST
 
 
 .proc   checkst
@@ -22,5 +21,3 @@
         rts
 
 .endproc
-
-