Zendocon Posted January 5 Share Posted January 5 Does anybody know if there is a way to set up jzIntv to make the emulated memory addresses viewable to an external program? Quote Link to comment Share on other sites More sharing options...
+DZ-Jay Posted January 5 Share Posted January 5 2 hours ago, Zendocon said: Does anybody know if there is a way to set up jzIntv to make the emulated memory addresses viewable to an external program? You can have the debugger dump the memory to STDOUT (using the "m" command), and redirect STDOUT to a file or pipe I. The emulator command-line. dZ. 1 Quote Link to comment Share on other sites More sharing options...
Zendocon Posted January 6 Author Share Posted January 6 That's what I figured. What I was hoping for was to monitor the emulated RAM in real-time. If not, I'll just go with piping to a temp file. Quote Link to comment Share on other sites More sharing options...
+DZ-Jay Posted January 6 Share Posted January 6 7 hours ago, Zendocon said: That's what I figured. What I was hoping for was to monitor the emulated RAM in real-time. If not, I'll just go with piping to a temp file. I think you should be able to run jzIntv in "GUI mode," which allows it to receive commands via STDIN and output via STDOUT, so you could pipe it or run it as a secondary process within another application. -dZ. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.