Assembler : Directives : MLIST

MLIST - Allow macro expansion in the listing file.
By default only the macro calls appear in the listing file, when you use this directive macros will be fully expanded, all the instructions present inside the macros will appear in the listing file too.

See also NOMLIST, LIST, NOLIST.