PDA

View Full Version : Is there any way to debug/watch/trace macros?



mister_e
- 11th July 2011, 23:13
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

mister_e
- 11th July 2011, 23:54
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.