X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fruntime%2Fllt.s;h=5d5290d3450f327a72d8c32d3d251cd3cdeaf9b2;hb=175cba57014842fa589658612e040933a3c5064a;hp=5654212042b2ee90c7849f78cc6dd5249cb3513d;hpb=53dd513176425872128ef26031d00952ef7a0628;p=cc65 diff --git a/libsrc/runtime/llt.s b/libsrc/runtime/llt.s index 565421204..5d5290d34 100644 --- a/libsrc/runtime/llt.s +++ b/libsrc/runtime/llt.s @@ -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