SWI to show register content
Kuemmel (439) 384 posts |
What would be the SWI to show the content (in decimal form) of a single register from some assembly executable ? |
Chris Johns (8262) 242 posts |
That’s the way I’ve done it before. Just make sure the buffer is big enough :) |
Martin Avison (27) 1494 posts |
Or you could try my Reporter which provides various SWIs to display single or multiple registers or text in a real-time scrolling window. |