X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fruntime%2Flule.s;h=d898979d5b97a2bfc1698220ef2e87a7f71fc652;hb=ef4a2e667da2b1486f62bda828450b3b46772f85;hp=7b080df0a896683968f8159a5eeed9605bf04d54;hpb=53dd513176425872128ef26031d00952ef7a0628;p=cc65 diff --git a/libsrc/runtime/lule.s b/libsrc/runtime/lule.s index 7b080df0a..d898979d5 100644 --- a/libsrc/runtime/lule.s +++ b/libsrc/runtime/lule.s @@ -5,9 +5,9 @@ ; .export tosuleeax - .import lcmp, boolule + .import toslcmp, boolule tosuleeax: - jsr lcmp ; Set the flags + jsr toslcmp ; Set the flags jmp boolule ; Convert to boolean