Does anyone recognize a Z80 assember that would produce listings with
this header on the top of each page:
"LOC OBJ CODE M STMT SOURCE STATEMENT"
The listing in this document I found online matches the source code
format and listing format of the assembler I'm looking for:
http://www.lc80.de/download/lc80-monitor_rom.pdf
I don't just want to assemble some Z80 code, I can find plenty of
assemblers to do that. I want to find one that I can use to exactly
recreate a hardcopy listing of some particular Z80 code without any
changes to the source code format and output listing format.