embedded systems developers tools, cross compilers
  Home  |   SwiftX Archive  |   SwiftForth Archive  |

Name of OVER + SWAP

From: Bulgrien, Dennis <DBulgrien_at_vcsd.com>
Date: Thu, 24 Oct 2002 08:36:48 -0500

How to reply: Use your email client's "Reply All" function to reply to the
entire list (preferred). Use "Reply" for a private reply to the sender.
--------------------------------------------------------------------------

We've had around a word called SIZED for a long time. It converts an
address and count (outputs of COUNT) into DO LOOP limits. Today I found a
HOST word called BOUNDS which does the same thing; its tucked away in the
SwiftForth source. What TARGET name do you use for this?

: SIZED ( a n -- a+n a ) OVER + SWAP ;

SwiftForth\Src\Kernel\Struct.f:
107 ICODE BOUNDS ( a n -- a+n a ) \ : BOUNDS OVER + SWAP ;
           ...
----------------------------------------------------------------------
swiftx_at_forth.com The SwiftX programming discussion email list
To unsubscribe, send subject "unsubscribe swiftx" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/swiftx -- check them out!
----------------------------------------------------------------------
THIS LIST IS NOT FOR BUG REPORTS! Send bug reports to support_at_forth.com.
Received on Thu Oct 24 2002 - 06:33:48 PDT

This archive was generated by hypermail 2.2.0 : Fri Dec 05 2008 - 03:04:21 PST