забрал версию-ветку 2 )
пока в эмуляторе !
при прогоне листинг прогона создавай -

Код:
HD7>HELP MAC

MACRO           Invokes the macro assembler

  SYNTAX
        MACRO[/options] filespecs[/options]

  SEMANTICS
        To assemble multiple files (up to six) into a single OBJ file,
        separate the files with plus (+) signs in the command line.
        Multiple files separated by commas (,) are assembled
        independently.
        The default file types for output are .LST for listing files
        and .OBJ for binary files. The default file type
        for input is .MAC.

  OPTIONS
   ALLOCATE:size
        Reserves space for an output file
   CROSSREFERENCE[:type[...:type]]
        Generates a cross-reference table in the listing file
   DISABLE:value[...:value]
        Specifies a .DSABL directive
   ENABLE:value[...:value]
        Specifies an .ENABL directive
Press <RETURN> for more...
   LIBRARY
        Identifies a file as a macro library file
   LIST[:filespec]
        Produces a listing file
   NOOBJECT
        Suppresses output of the binary object file
   NOSHOW:value
        Specifies an .NLIST directive
   OBJECT[:filespec]
        Specifies a file name for the object file
   SHOW:type
        Specifies a .LIST directive

  EXAMPLES
        MACRO/LIST MYPROG
        MACRO/CROSSREFERENCE PROG1+PROG2/LIST/NOOBJECT
        MACRO/LIST:FILE.OUT A+B


HD7>
он же указывает и строку с ощибкой кажет !!!