The information in this article applies to:
SUMMARYYou can have multiple initialized far-data segments by using the .fardata [name] directive, as documented on page 88 of the "Microsoft Macro Assembler 5.1 Programmers Guide", page 33 of the "Microsoft Macro Assembler Reference" and under topic fardata in the QuickHelp for versions 6.0, 6.0a, and 6.0b. Just make sure that the segments have different names. In versions prior to 6.0, it is possible to leave one of the segments with the default name. With 6.0 and later, the symbol @fardata will be the segment value of the last segment declared with .fardata [name], which may not be the one with the default name. MORE INFORMATION
The sample program below demonstrates using two intialized far-data
segments. The contents of SrcBuff will be copied to DesBuff.
Sample Code
Additional query words: 5.00 5.10 6.00 6.00a 6.00b
Keywords : |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |