I been searching and experimenting with ml but I can't see how to expand the macros in the listing.
In fact I thought I just saw it in one of the message thread but can't find it.
thx
In fact I thought I just saw it in one of the message thread but can't find it.
thx
RockyJ,
Look towards the bottom of the following listing:
http://www.asmcommunity.net/board/index.php?topic=9035&highlight=FARRIER+LISTING
Also, in this posting natas shows how to use .nolist and .list to reduce list file size:
http://www.asmcommunity.net/board/index.php?topic=9901&highlight=.list
HTH,
farrier
Look towards the bottom of the following listing:
http://www.asmcommunity.net/board/index.php?topic=9035&highlight=FARRIER+LISTING
Also, in this posting natas shows how to use .nolist and .list to reduce list file size:
http://www.asmcommunity.net/board/index.php?topic=9901&highlight=.list
HTH,
farrier
hi , thx Farrier
I tried the /Fa to no avail
I also been thru the gamut with .nolist in place
It doesn' reduce the file size one iota!
But .nocref .....
the second link is the one I remember but couldn't find. I will give the .nocref a try maybe that is the clue I needed.
I tried the /Fa to no avail
I also been thru the gamut with .nolist in place
It doesn' reduce the file size one iota!
But .nocref .....
the second link is the one I remember but couldn't find. I will give the .nocref a try maybe that is the clue I needed.
no it still lists every equ and proto in the includes
I can get the macro expansion,
I just thought there was away to isolate the listing to certain code. .nolist doesn' t work for me.
I can get the macro expansion,
I just thought there was away to isolate the listing to certain code. .nolist doesn' t work for me.
Sorry, I hate to troll this thread but for some weird reason I got it to work
I'm putting the switches here so I can find them again:rolleyes:
.nolist
.list
I swear these directives didn't work before but do now:rolleyes:
ml /c /Fl /Sn /Sg file.asm
/Sg was a big help and it is not listed under
ML /?
I'm putting the switches here so I can find them again:rolleyes:
.nolist
.list
I swear these directives didn't work before but do now:rolleyes:
ml /c /Fl /Sn /Sg file.asm
/Sg was a big help and it is not listed under
ML /?