atrodo's brain
1 - context is the new interp
- context contains the PC, INSP regs, other stuff as needed (outPC, ehPC, payload, parentContext)
I<I like this idea. To what I've done, the context/interp definition has changed. The interp
is the core that runs the code, but really, all the guts are in the context.>
- there's no goto. You assign to the PC
I<I'm not sure how this would work. Will the PC have a special register, or would there be