Author: pmichaud Date: Mon Apr 21 13:08:48 2008 New Revision: 27082 Modified: trunk/docs/pdds/draft/pdd06_pasm.pod
Changes in other areas also in this revision: Modified: trunk/editor/kate_syntax.pl trunk/languages/BASIC/compiler/compile.pl Log: [core]: * Updates for the restoreall/saveall opcodes (RT#52838) * Original patch courtesy James Keenan <jkeen at verizon.net> kid51++ * Patch modified to remove reference to restoreall/saveall in kate_syntax.pl, and to eliminate restoretop/savetop from pdd06 (these opcodes are already gone from Parrot). Modified: trunk/docs/pdds/draft/pdd06_pasm.pod ============================================================================== --- trunk/docs/pdds/draft/pdd06_pasm.pod (original) +++ trunk/docs/pdds/draft/pdd06_pasm.pod Mon Apr 21 13:08:48 2008 @@ -507,24 +507,6 @@ Restore register X from the generic stack by popping off the topmost entry. The type of this entry must match the register type. -=item saveall - -Save all of the current set of registers onto the appropriate frame stacks. -Equivalent to performing a separate push for each register type. - -=item restoreall - -Restore all of the registers from the appropriate frame stacks. Equivalent to -performing a separate pop for each register type. - -=item savetop - -As L<saveall> but only acts on registers 16-31. - -=item restoretop - -As L<restoreall> but only affects registers 16-31. - =item set_warp string Sets a named marker for the stacks for later use.