]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/llt.s
Fixed key definitions (were removed from apple2.h)
[cc65] / libsrc / runtime / llt.s
index 5654212042b2ee90c7849f78cc6dd5249cb3513d..5d5290d3450f327a72d8c32d3d251cd3cdeaf9b2 100644 (file)
@@ -5,8 +5,8 @@
 ;
 
        .export         toslteax
-               .import         lcmp, boollt
+               .import         toslcmp, boollt
 
 toslteax:
-               jsr     lcmp            ; Set the flags
+               jsr     toslcmp         ; Set the flags
        jmp     boollt          ; Convert to boolean