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

Re: ASSEMBLER [ and ]

From: Bulgrien, Dennis <Dennis.Bulgrien_at_TripointGlobal.com>
Date: Mon, 31 Jan 2005 13:32:11 -0600

LABEL x
...
[DEFINED] D1 [DEFINED] D2 OR [IF] ... [THEN]
...
END-CODE

One can get around the compile error above without ASSEMBLER []-like words
as follows:

LABEL x
...
END-CODE
[DEFINED] D1 [DEFINED] D2 OR [IF]
LABEL x1
...
END-CODE
[THEN]
LABEL x2
...
END-CODE

or better:
 
[DEFINED] D1 [DEFINED] D2 OR EQU DEFINED-1&2
LABEL x
DEFINED-1&2 [IF] ... [THEN]
END-CODE
----------------------------------------------------------------------
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 Mon Jan 31 2005 - 11:33:21 PST

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