![]() | ||
| Home | SwiftX Archive | SwiftForth Archive | |

If you ask for an odd number of bytes, no alignment is performed. If you ask
for an even number, the buffer is placed at an aligned address. Note that
BUFFER: (the defining word that calls RESERVE) and all the VARIABLE words
(CVARIABLE, WVARIABLE, VARIABLE, and 2VARIABLE) are based on this. This is done
only on targets with data space alignment requirements.
> -----Original Message-----
> From: swiftx-bounce_at_forth.com [mailto:swiftx-bounce_at_forth.com]On Behalf
> Of Bulgrien, Dennis
> Sent: Tuesday, April 02, 2002 8:00
> To: SwiftX
> Subject: [swiftx] 0 | 1 RESERVE
>
>
>
> 0 RESERVE even aligns UDATA
> 1 RESERVE does not.
>
> HEX ok
> UDATA HERE . 1F4ED0 ok
> 0 RESERVE DROP HERE . 1F4ED0 ok
> 1 RESERVE DROP HERE . 1F4ED1 ok
> 0 RESERVE DROP HERE . 1F4ED2 ok
> ----------------------------------------------------------------------
> 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.
>
----------------------------------------------------------------------
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 Tue Apr 02 2002 - 08:20:43 PST
This archive was generated by hypermail 2.2.0 : Wed Jan 07 2009 - 03:04:23 PST