DDT on Raspberry PI
What would you like to see written or changed?
Mar 10, 2025 - 22:51
Steven Fink
(8 posts)
|
(1) There does not seem to be a restart command in DDT. |
Mar 11, 2025 - 23:46
Paolo Fabio Zaino
(1949 posts)
|
Hi Steven,
Technically there kinda is: Use Change → Register → type pc in the name field → type &00008000 in the value and press ENTER/RETURN.
Can you explain this? You mean to search for ObjASM labels? Because it works to search for data. BTW there is a hack to find ObjASM Labels: Use Display → Type the label name in the input field → Click Disassembly You can also find labels with: Display → Type the label name in the input filed → Click Symbols (in this case it will appear in the Status Window with it’s address and segment)
This is already implemented since Acorn days. Use Display → then select [] Update and then click → Registers
That’s something you can do with the hack I showed you to find labels, it won’t be highlighted, but it will appear at the very top of the Source Window and with its address, not sure if this is of help to you thought. HTH |