cvsuser     01/11/15 14:10:31

  Modified:    docs     parrot_assembly.pod
  Log:
  Added in support for PMC registers for the interpreter.
  
  Added in the docs for the runinterp opcode.
  
  Added in code for both the newinterp and runinterp opcodes, so we can now
  create new interpreters from within parrot and have them do things. (Though
  we can't pass data back and forth. Yet)
  
  Revision  Changes    Path
  1.12      +5 -0      parrot/docs/parrot_assembly.pod
  
  Index: parrot_assembly.pod
  ===================================================================
  RCS file: /home/perlcvs/parrot/docs/parrot_assembly.pod,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -w -r1.11 -r1.12
  --- parrot_assembly.pod       2001/11/05 21:32:15     1.11
  +++ parrot_assembly.pod       2001/11/15 22:10:31     1.12
  @@ -728,6 +728,11 @@
   
   Create a new interpreter in X, using the passed flags.
   
  +=item * runinterp Px, iy
  +
  +Jump into interpreter X and run the code starting at offset Y from the
  +current location. (This is temporary until we get something better)
  +
   =item * callout Pw, Px, sy, pz
   
   Call routine Y in interpreter x, passing it the list of parameters
  
  
  


Reply via email to