Is there any way to debug/watch/trace macros?
Like the title says. Let's say I create a macro, is there any way to debug/watch/trace it with MPSIM/ISIS when the main program call it?
EXPAND/NOEXPAND/LIST/NOLIST don't seems to do anything good. -k or -K# option either... must be another obvious one... or mpasm text substitution limitation.
Discuss :D
Re: Is there any way to debug/watch/trace macros?
mmmmpfffff.... well, if you use MPSIM, and don't use source level debug, when you jump to the macro, you can select/click on the disassembly windows... and then it will execute line by line... oh well.