diff --git a/libsrc/runtime/lpush.s b/libsrc/runtime/lpush.s index 6b7312a4a..0d75085fc 100644 --- a/libsrc/runtime/lpush.s +++ b/libsrc/runtime/lpush.s @@ -7,10 +7,13 @@ ; ; push eax on stack ; - .export push0ax, pusheax - .import decsp4 - .importzp sp, sreg + .export pushl0, push0ax, pusheax + .import decsp4 + .importzp sp, sreg +pushl0: + lda #0 + tax push0ax: ldy #0 sty sreg