[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANN: New 6502 cross-compiler designed for the Apple II



On Dec 16, 10:16 am, jonnosan <jonno...@gmail.com> wrote:

> asm cout
>     JSR $FDED
>     RTS
> end

why not
> asm cout
>    JMP $FDED
> end
?
Save one byte and 6 cycles!