◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Syntax: @CurSeg See also: ENDS, MACRO, .DATA, .CODE Description: Text macro returning the name of the current segment. Useful for ASSUME statements and segment overrides (especially inside macros), as well as for ending the current segment when mixing simplified and full segments. @CurSeg allows you to terminate segments started in include files so that the segment will close before the next include. Returns <> (blank) when not in a segment. -♦-