Daniel --

> i fixed that. but ther's only a jump_i, no jump_ic...
> 
> "jump Ix" now jumps to the absolute address held in a register Ix. Absolute means 
> start of the bytecode + Ix. the following code will result in a simple program 
>restart, 
> no core dump:
>     set I1, 0
>     jump I1
> 
> the fixed jump breaks the tests: basic5, call.pasm, jump.pasm
> but i wonder why nobody realized that jump's broken, the doc says it jumps _to_
> the address, not forward or backward........

I mentioned these ops back in September

  http://archive.develooper.com/perl6-internals%40perl.org/msg04099.html

I thought there was some follow-up, but I can't find it in the archive.
Maybe it was private communication.


Regards,
 
-- Gregor
 _____________________________________________________________________ 
/     perl -e 'srand(-2091643526); print chr rand 90 for (0..4)'      \

   Gregor N. Purdy                          [EMAIL PROTECTED]
   Focus Research, Inc.                http://www.focusresearch.com/
   8080 Beckett Center Drive #203                   513-860-3570 vox
   West Chester, OH 45069                           513-860-3579 fax
\_____________________________________________________________________/

Reply via email to