__addfsbyte, __addfsword, __addfsdword
Visual Studio 2008
Microsoft Specific
Add a value to a memory location specified by an offset relative to the beginning of the FS segment.
void __addfsbyte( unsigned long Offset, unsigned char Data ); void __addfsword( unsigned long Offset, unsigned short Data ); void __addfsdword( unsigned long Offset, unsigned int Data );