📄 group__forth__imp.html
字号:
<tr><td valign="top"></td><td valign="top"><em>x</em> </td><td></td></tr> </table></dl><p>Definition at line <a class="el" href="forth_8cpp-source.html#l00031">31</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="ga61" doxytag="forth.cpp::CHARS"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define CHARS </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">x </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> ((<a class="el" href="group__forth.html#ga0">CELL</a>)(((<a class="el" href="group__forth.html#ga2">CHAR</a>*)256)+(x))-(<a class="el" href="group__forth.html#ga0">CELL</a>)((<a class="el" href="group__forth.html#ga2">CHAR</a>*)256))</td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Size of <em>x</em> chars in address untits. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>x</em> </td><td></td></tr> </table></dl><p>Definition at line <a class="el" href="forth_8cpp-source.html#l00037">37</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="ga62" doxytag="forth.cpp::SLASH_CELL"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define SLASH_CELL </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">x </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> ((<a class="el" href="group__forth.html#ga0">CELL</a>*)(256+(x))-((<a class="el" href="group__forth.html#ga0">CELL</a>*)256))</td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Number of cells in <em>x</em> address units. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>x</em> </td><td></td></tr> </table></dl><p>Definition at line <a class="el" href="forth_8cpp-source.html#l00043">43</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="ga63" doxytag="forth.cpp::SLASH_CHAR"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define SLASH_CHAR </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">x </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> ((<a class="el" href="group__forth.html#ga2">CHAR</a>*)(256+(x))-((<a class="el" href="group__forth.html#ga2">CHAR</a>*)256))</td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Number of chars in <em>x</em> address units. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>x</em> </td><td></td></tr> </table></dl><p>Definition at line <a class="el" href="forth_8cpp-source.html#l00049">49</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="ga64" doxytag="forth.cpp::ALIGNED"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define ALIGNED </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">x </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> (((x)+CELLS(1)-1)&~(CELLS(1)-1))</td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Next aligned cell address equal or higher than address x. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>x</em> </td><td>The address to align. </td></tr> </table></dl><p>Definition at line <a class="el" href="forth_8cpp-source.html#l00055">55</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="ga65" doxytag="forth.cpp::XT_BRANCH"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define XT_BRANCH </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">offset </td> <td class="mdname1" valign="top" nowrap> </td> <td class="md" valign="top"> ) </td> <td class="md" nowrap> XT_PAREN_BRANCH,CELLS(offset)</td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Macro for an unconditional branch. I.e. the execution sematics of <code>AGAIN</code> . <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> <tr><td valign="top"></td><td valign="top"><em>offset</em> </td><td>Offset, in cells, to the target of the branch. The xt following this branch has an offset of one.</td></tr> </table></dl><p>Definition at line <a class="el" href="forth_8cpp-source.html#l00364">364</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="ga66" doxytag="forth.cpp::XT_0BRANCH"></a><p><table class="mdTable" cellpadding="2" cellspacing="0"> <tr> <td class="mdRow"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top">#define XT_0BRANCH </td> <td class="md" valign="top">( </td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -