◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Syntax: @code See also: @CodeSize, @data, .CODE, Table of Memory Models Description: Text macro representing the segment name defined by .CODE. Can be used in ASSUME statements or any place a segment name would be valid. Under the TINY memory model, @code expands to DGROUP. -♦-