On Wed, Sep 19, 2001 at 10:32:18PM -0700, Dave Storrs wrote:
> Ok, that was pretty much what I thought.  But then what is the 'end'
> opcode for?  It does a 'RETURN 0', which would increment the PC by 0
> opcodes...which either counts as an infinite loop or a no-op, and we've
> already got a no-op op.

RETURN(0) is special-cased by process_opcodes(); it returns a literal 0,
not a relative address.  As other people have noted, this is irrelevent,
as "end" is never called.

                          - Damien

Reply via email to