From: Alan Cox Date: Mon, 22 Jan 2018 00:08:31 +0000 (+0000) Subject: 6502,libs: callax 65c02 would also need to do a 16bit dec - not worth it X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1600753a382e1e8dfbb9daa2a3712054b5e5911a;p=FUZIX.git 6502,libs: callax 65c02 would also need to do a 16bit dec - not worth it --- diff --git a/Library/libs/crt0_6502.s b/Library/libs/crt0_6502.s index 4168bc59..c36a6601 100644 --- a/Library/libs/crt0_6502.s +++ b/Library/libs/crt0_6502.s @@ -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