Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TASM 2.x / MASM 6.x Assembly Language - <b>@fardata .fardata segment name predefined equ</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
@FARDATA         .FARDATA Segment Name                   Predefined EQU

  @FARDATA

     This predefined equate translates into the name of the initialized far
     data segment that was defined with the .FARDATA directive. Because the
     name of the far data segment can change with memory model, this
     predefined equate can be very useful.

     You can use it like this: ASSUME DS:@FARDATA.

       Notes:         The @FARDATA predefined equate is also useful to
                      generate segment overrides. To use simplified segment
                      directives like .FARDATA, you must have specified a
                      memory model with the .MODEL directive.

See Also: @DATA @FARDATA?

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson