Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Stack Location Macro
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Syntax:   @stack
 
  See also: .MODEL, .DATA, @data, .STACK, Table of Memory Models
 
  Description:
 
     Predefined equate returning the name of the group containing the
     stack segment. This equate expands to DGROUP for NEARSTACK and to
     STACK for FARSTACK, as defined in a preceding .MODEL statement.
                                    -♦-