[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
far_data

Description:
Controls the use of 32-bit addressing to refer to global data.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma far_data on | off | reset
Remarks:
If this pragma is on, global data is referred to using 32-bit addressing instead of 16-bit addressing, allowing more global data. Your program will also be slightly bigger and slower. If this pragma is off, your global data is stored as near data and add to the 64K limit on near data.
This pragma corresponds to the Far Data option in the 68K Processor settings panel. To check whether this option is on, use __option (far_data), described in "Checking Options."
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000