Replies: 2 comments 3 replies
-
Hi Tom, Thanks for the suggestion. Could you elaborate some more on this. The general problem is the association of file/line numbers with the PC value. |
Beta Was this translation helpful? Give feedback.
-
In DeZog the "far addresses" are called "long addresses". There are 2 things to it:
I.e. it is also important to have a target (emulator) that allows to read the banking information. |
Beta Was this translation helpful? Give feedback.
-
At present you are reading the list files (SLD, LIST), which is limited to certain assemblers. But if one could provide a simple API that works over TCP/IP (similar to GDB) you could read any format- unlocking some wild features:
One would simply need to write C/C++ TCP/IP server to support certain assembler/dialect/language and support a few functions.
Beta Was this translation helpful? Give feedback.
All reactions