X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=libsrc%2Fruntime%2Flugt.s;h=19cbcc0fa9154efc3ba23cfcb8b6a2b8eec8c6e0;hb=463712217c7cfa64414da8d964fb24de0e7e78cd;hp=eb4712197fcda16046eb7f71c939637395cae8c0;hpb=53dd513176425872128ef26031d00952ef7a0628;p=cc65 diff --git a/libsrc/runtime/lugt.s b/libsrc/runtime/lugt.s index eb4712197..19cbcc0fa 100644 --- a/libsrc/runtime/lugt.s +++ b/libsrc/runtime/lugt.s @@ -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