]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/lgt.s
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[cc65] / libsrc / runtime / lgt.s
index de08c478721ff4c6ea05e03d3c518f8591c23535..aa7157000beed558a1a069095516a38095ca828f 100644 (file)
@@ -5,10 +5,10 @@
 ;
 
        .export         tosgteax
-       .import         lcmp, boolgt
+       .import         toslcmp, boolgt
 
 tosgteax:
-               jsr     lcmp            ; Set the flags
+               jsr     toslcmp         ; Set the flags
        jmp     boolgt          ; Convert to boolean