Jens Rieks <[EMAIL PROTECTED]> wrote: > the attached pasm code prints >: A >: error! > instead of only "A" as expected.
The "__init" code is run in its own run loop. This may (as in your example) have an "end" opcode, which is just the same as "invoke P1", i.e. a return from the "__init" subroutine. So this is a feature. > jens leo