]> git.sur5r.net Git - cc65/blobdiff - libsrc/runtime/lugt.s
Add interrupt handling code from Stefan Haubenthal
[cc65] / libsrc / runtime / lugt.s
index eb4712197fcda16046eb7f71c939637395cae8c0..19cbcc0fa9154efc3ba23cfcb8b6a2b8eec8c6e0 100644 (file)
@@ -5,10 +5,10 @@
 ;
 
        .export         tosugteax
-       .import         lcmp, boolugt
+       .import         toslcmp, boolugt
 
-tosugteax:                 
-               jsr     lcmp            ; Set the flags
+tosugteax:
+               jsr     toslcmp         ; Set the flags
        jmp     boolugt         ; Convert to boolean