Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > cd14cddf3b3ceaf1193157472227757a > files > 245

parrot-doc-1.6.0-1mdv2010.0.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>Parrot  - Experimental Opcodes</title>
        <link rel="stylesheet" type="text/css"
            href="../../../resources/parrot.css"
            media="all">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    </head>
    <body>
        <div id="wrapper">
            <div id="header">

                <a href="http://www.parrot.org">
                <img border=0 src="../../../resources/parrot_logo.png" id="logo" alt="parrot">
                </a>
            </div> <!-- "header" -->
            <div id="divider"></div>
            <div id="mainbody">
                <div id="breadcrumb">
                    <a href="../../../html/index.html">Home</a> &raquo; <a href="../../../html/ops.html">Opcodes</a> &raquo; Experimental Opcodes
                </div>

<h1><a name="NAME"
>NAME</a></h1>

<p>experimental.ops &#45; Experimental Opcodes</p>

<h1><a name="DESCRIPTION"
>DESCRIPTION</a></h1>

<p>This file contains experimental opcodes.</p>

<p>These opcodes should be considered implicitly deprecated &#45; that is,
they may be removed in any release.</p>

<p>If you rely on any of these opcodes,
please open a Trac ticket at <a href='https://trac.parrot.org/'>https://trac.parrot.org/</a>.</p>

<h2><a name="More_Experimental_Ops"
>More Experimental Ops</a></h2>

<dl>
<dt><a name="trap()"
><b>trap</b>()</a></dt>
Break into debugger.
Implementation notes:
<pre> &#45; x86/gcc ... works with gdb
 &#45; ppc/gcc ... works with gdb, to proceed: gdb&#62; p $pc = $pc + 4
 &#45; TODO</pre>
For other architectures, this is a <code>noop</code>.</dl>

<dl>
<dt><a name="set_label(invar_PMC,_inconst_LABEL)"
><b>set_label</b>(invar PMC, inconst LABEL)</a></dt>
Sets the opcode_t* label value for the given PMC. This is basically only useful for PMCs such as Sub, Continuation, ExceptionHandler and derivatives
<dt><a name="get_label(out_INT,_invar_PMC)"
><b>get_label</b>(out INT, invar PMC)</a></dt>
Gets the opcode_t* label value from the given PMC. This is basically only useful for PMCs such as Sub, Continuation, ExceptionHandler and derivatives</dl>

<h1><a name="COPYRIGHT"
>COPYRIGHT</a></h1>

<p>Copyright (C) 2001&#45;2009, Parrot Foundation.</p>

<h1><a name="LICENSE"
>LICENSE</a></h1>

<p>This program is free software. It is subject to the same license as the Parrot interp itself.</p>
            </div> <!-- "mainbody" -->
            <div id="divider"></div>
            <div id="footer">
	        Copyright &copy; 2002-2009, Parrot Foundation.
            </div>
        </div> <!-- "wrapper" -->
    </body>
</html>