[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, 2:42 am, ferd...@gmx.de wrote:
> 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!

Just to be cute...

def cout
  areg 0xfded execute
end

Ron