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