<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title> words/interpret.asm </title><meta name="keywords" content="amforth programming language Forth ATmega ATMEL"><meta name="description" content="amforth - laguage Forth for ATMEL ATmega"><!-- AUTOINCLUDE START "Page/Head.en.ihtml" DO NOT REMOVE --><link rel="StyleSheet" href="../../../../Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style"><link rel="StyleSheet" href="../../../../Web/CSS/MLAB_Print.css" type="text/css" media="print"><link rel="shortcut icon" type="image/x-icon" href="../../../../Web/PIC/MLAB.ico"><script type="text/javascript" src="../../../../Web/JS/MLAB_Menu.js"></script><!-- AUTOINCLUDE END --></head><body lang="en"><!-- AUTOINCLUDE START "Page/Header.en.ihtml" DO NOT REMOVE --><!-- ============== HEADER ============== --><div class="Header"><script type="text/javascript"><!--SetRelativePath("../../../../");DrawHeader();// --></script><noscript><p><b> JavaScript is required for including of the header </b></p></noscript></div><!-- AUTOINCLUDE END --><!-- AUTOINCLUDE START "Page/Menu.en.ihtml" DO NOT REMOVE --><!-- ============== MENU ============== --><div class="Menu"><script type="text/javascript"><!--SetRelativePath("../../../../");DrawMenu();// --></script><noscript><p><b> JavaScript is required for including of the menu </b><p></noscript></div><!-- AUTOINCLUDE END --><!-- ============== TEXT ============== --><div class="Text"><h1> words/interpret.asm </h1><p><input type=button onClick="history.back()" value="Back"><input type=button onClick="history.forward()" value="Forward"><a href="../WordList.en.html">Jump to Vocabulary</a></p><pre>; ( -- ) System; R(i*x - j*x ); interpret input word by word. may throw exceptionsVE_INTERPRET:.db $09, "interpret".dw VE_HEAD.set VE_HEAD = VE_INTERPRETXT_INTERPRET:.dw DO_COLONPFA_INTERPRET:PFA_INTERPRET1:.dw XT_BL.dw XT_WORD.dw XT_DUP.dw XT_CFETCH.dw XT_GREATERZERO.dw XT_DOCONDBRANCH.dw PFA_INTERPRET4.dw XT_FIND.dw XT_QDUP.dw XT_EQUALZERO.dw XT_DOCONDBRANCH.dw PFA_INTERPRET2.dw XT_NUMBER; check state.dw XT_STATE.dw XT_FETCH.dw XT_NOTEQUALZERO.dw XT_DOCONDBRANCH.dw PFA_INTERPRET9;.dw XT_COMPILE.dw XT_DOLITERAL.dw XT_COMMAPFA_INTERPRET9:.dw XT_DOBRANCH.dw PFA_INTERPRET3PFA_INTERPRET2:; either compile or execute.dw XT_GREATERZERO.dw XT_DOCONDBRANCH.dw PFA_INTERPRET5; flag was 1: always execute.dw XT_EXECUTE.dw XT_DOBRANCH.dw PFA_INTERPRET6PFA_INTERPRET5:; check state.dw XT_STATE.dw XT_FETCH.dw XT_EQUALZERO.dw XT_DOCONDBRANCH.dw PFA_INTERPRET7; state is zero, execute xt.dw XT_EXECUTE.dw XT_DOBRANCH.dw PFA_INTERPRET8PFA_INTERPRET7:.dw XT_COMMAPFA_INTERPRET8:PFA_INTERPRET6:PFA_INTERPRET3:.dw XT_DOBRANCH.dw PFA_INTERPRET1PFA_INTERPRET4:.dw XT_DROP.dw XT_EXIT</pre><p><input type=button onClick="history.back()" value="Back"><input type=button onClick="history.forward()" value="Forward"><a href="../WordList.en.html">Jump to Vocabulary</a></p></div><!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE --><!-- ============== FOOTER ============== --><div class="Footer"><script type="text/javascript"><!--SetRelativePath("../../../../");DrawFooter();// --></script><noscript><p><b> JavaScript is required for including of the footer </b></p></noscript></div><!-- AUTOINCLUDE END --></body></html>