6502,libs: callax 65c02 would also need to do a 16bit dec - not worth it
authorAlan Cox <alan@linux.intel.com>
Mon, 22 Jan 2018 00:08:31 +0000 (00:08 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 22 Jan 2018 00:08:31 +0000 (00:08 +0000)
Library/libs/crt0_6502.s

index 4168bc5..c36a660 100644 (file)
@@ -137,16 +137,9 @@ Swap1:  ldx     CTemp,y
        .macpack        cpu
 
 callax:
-
-.if (.cpu .bitand ::CPU_ISET_65SC02)
-       phx
-       pha
-       rts
-.else
        sta     jmpvec+1
         stx     jmpvec+2
         jmp     (jmpvec+1)         ; jump there
-.endif