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

Re: HOST EQU ?

From: Elizabeth D Rather <erather_at_forth.com>
Date: Thu, 2 Dec 2004 10:04:47 -0800

EQUs are INTERPRETER objects. If you want a host-only CONSTANT use HOST
CONSTANT. That will be visible in INTERPRETER and HOST but not TARGET.

Cheers, Elizabeth

> -----Original Message-----
> From: swiftx-bounce_at_forth.com [mailto:swiftx-bounce_at_forth.com]On Behalf
> Of Bulgrien, Dennis
> Sent: Thursday, December 02, 2004 6:46 AM
> To: 'swiftx_at_forth.com'
> Subject: [swiftx] HOST EQU ?
>
>
> SwiftX.pdf describes EQU <name> ( x - )
> Define a one-cell constant in the host only, whose value is x...
>
> Why the following error when trying to retrieve EQU's HOST constant?
>
> 1 EQU e1 ok
> HOST e1 . e1 ?
>
> INTERPRETER e1 . 1 ok
> TARGET e1 . 1 ok
> ----------------------------------------------------------------------
> swiftx_at_forth.com The SwiftX programming discussion email list
> To unsubscribe, send subject "unsubscribe" to swiftx-request_at_forth.com
> For list command help, send subject "help" to swiftx-request_at_forth.com
> Message archives are located at http://www.forth.com/archive/swiftx
> ----------------------------------------------------------------------
> This list is a forum for SwiftX users. For product support and bug
> reports, please send email to support_at_forth.com
> ----------------------------------------------------------------------
>
>

----------------------------------------------------------------------
swiftx_at_forth.com The SwiftX programming discussion email list
To unsubscribe, send subject "unsubscribe" to swiftx-request_at_forth.com
For list command help, send subject "help" to swiftx-request_at_forth.com
Message archives are located at http://www.forth.com/archive/swiftx
----------------------------------------------------------------------
This list is a forum for SwiftX users. For product support and bug
reports, please send email to support_at_forth.com
----------------------------------------------------------------------
Received on Thu Dec 02 2004 - 10:03:05 PST

This archive was generated by hypermail 2.2.0 : Tue Dec 02 2008 - 03:04:50 PST