FWord
For other uses, see F word (disambiguation).
FWORD stands for Far Word.[1]
The df/fword statement's main use is declaring 48 bit far pointers for use in 32 bit protected mode on the 80386 and later. Although it is possible to create an arbitrary 6 byte variable, the directive is best used for 48 bit far pointers on the 80386.[2]
Examples
JMP FWORD PTR [FWordPtr]
JMP 00FF:00FFFFFF
References
- ↑ http://stackoverflow.com/questions/40333831/what-does-f-in-fword-stand-for
- ↑ Hyde, Randall. "Art of Assembly". Retrieved 25 January 2014.
This article is issued from Wikipedia - version of the 10/31/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.