📄 group__forth__imp.html
字号:
<a class="el" href="group__forth__imp.html#gga104a219">XT_M_PLUS</a>, <a class="el" href="group__forth__imp.html#gga104a220">XT_CATCH</a>, <a class="el" href="group__forth__imp.html#gga104a221">XT_THROW</a>, <br> <a class="el" href="group__forth__imp.html#gga104a222">XT_CMOVE</a>, <a class="el" href="group__forth__imp.html#gga104a223">XT_CMOVE_UP</a><br> }</td></tr><tr><td colspan="2"><br><h2>Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga105">ForthVM::DoReset</a> ()</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga106">ForthVM::DoQuit</a> ()</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga107">ForthVM::DoExecute</a> (<a class="el" href="group__forth.html#ga0">CELL</a> xt)</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga108">ForthVM::DoEvaluate</a> (const <a class="el" href="group__forth.html#ga2">CHAR</a> *text, <a class="el" href="group__integers.html#ga6">uint</a> textLength)</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="group__forth.html#ga0">CELL</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga109">ForthVM::DoPop</a> (<a class="el" href="group__integers.html#ga6">uint</a> numCells)</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga110">ForthVM::DoPush</a> (const <a class="el" href="group__forth.html#ga0">CELL</a> *cells, <a class="el" href="group__integers.html#ga6">uint</a> numCells)</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga111">ForthVM::Run</a> (const <a class="el" href="group__forth.html#ga0">CELL</a> *ip)</td></tr><tr><td colspan="2"><br><h2>Variables</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga0">BitsPerCell</a> = BITS_PER_CHAR*CHARS_PER_CELL</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga1">CellLoMask</a> = ((<a class="el" href="group__forth.html#ga0">CELL</a>)1<<(<a class="el" href="group__forth__imp.html#ga0">BitsPerCell</a>/2))-1</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga2">SlashCountedString</a> = 255</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga3">NameLengthMask</a> = 31</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga4">NumberTIB</a> = 80</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga5">SlashPad</a> = 84</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga6">DictionaryOverhead</a> = CHARS(<a class="el" href="group__forth__imp.html#ga2">SlashCountedString</a>+2+<a class="el" href="group__forth__imp.html#ga5">SlashPad</a>)</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga7">MaxWordlists</a> = 8</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga8">StackCells</a> = 256</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga9">ReturnStackCells</a> = 256</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga10">XT_NEST_CHECK</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga11">XT_FORWARD_BRANCH_COMMA</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga12">XT_BACKWARD_BRANCH_COMMA</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga13">XT_IF</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga14">XT_AHEAD</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga15">XT_THEN</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga16">XT_BEGIN</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga17">XT_AGAIN</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga18">XT_UM_SLASH_MOD</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga19">XT_CHECK_NEG</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga20">XT_CHECK_POS</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga21">XT_SM_SLASH_REM</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga22">XT_FM_SLASH_MOD</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga23">XT_SLASH_MOD</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga24">XT_M_STAR</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga25">XT_STAR_SLASH_MOD</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga26">XT_NUMBER_SIGN_S</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga27">XT_D_DOT</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga28">XT_DOT</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga29">XT_CR</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga30">XT_CREATE_WORD</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga31">XT_VALIDATE</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga32">XT_PAREN_CREATE</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga33">XT_CREATE</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga34">XT_PAREN_DOES</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga35">XT_LITERAL</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga36">XT_PAREN_S_QUOTE</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga37">XT_S_QUOTE</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga38">XT_CHAR</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga39">XT_PAREN_FIND</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga40">XT_THROW_QUOTE</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga41">XT_PAREN_TICK</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga42">XT_TICK</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga43">XT_TO_SIGN</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga44">XT_NUMBER_QUERY</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga45">XT_INTERPRET_WORD</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga46">XT_COMPILE_WORD</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga47">XT_INTERPRET</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga48">XT_EVALUATE</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga49">XT_REFILL_TIB</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga50">XT_REFILL</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga51">XT_DO_QUIT</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga54">XT_EXCEPTION_DOT</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga55">XT_QUIT</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga56">ForthDictionary</a> []</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const <a class="el" href="group__forth.html#ga0">CELL</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__forth__imp.html#ga57">EnvironmentDictionary</a> []</td></tr></table><hr><h2>Define Documentation</h2><a class="anchor" name="ga59" doxytag="forth.cpp::LITTLE_ENDIAN"></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 LITTLE_ENDIAN </td> </tr> </table> </td> </tr></table><table cellspacing="5" cellpadding="0" border="0"> <tr> <td> </td> <td><p>Define this when compiling for a little endian target <p>Definition at line <a class="el" href="forth_8cpp-source.html#l00022">22</a> of file <a class="el" href="forth_8cpp-source.html">forth.cpp</a>. </td> </tr></table><a class="anchor" name="ga60" doxytag="forth.cpp::CELLS"></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 CELLS </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#ga0">CELL</a>*)256)+(x))-(<a class="el" href="group__forth.html#ga0">CELL</a>)((<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>Size of <em>x</em> cells in address untits. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -