When using the monitor i would like all ASSERTs to force a break out to the debugger. Is there any way of doing this with some inline C or assembler code? Many Thanks, Martin.
Breakpoints are set in Mon51 by replacing the instruction where you set the breakpoint with an LJMP into the monitor.
Jon