On Fri, 12 Oct 2001 18:18:27 +0200, Ritz Daniel wrote: >within the vm address 0 should be address 0 of the bytecode, not the >real cpu. but it would be nice to have a null pointer....so what about the first >instruction in bytecode is at vm address 1?
All you have to do is reserve the location at address 0 for a special purpose, for example, put a "magic word" there, by which the bytecode can be identified as such. -- Bart.