Debugger: 2.9.1.6 Added: Branch instructions now show target address

This commit is contained in:
michaelangel007
2022-01-03 22:48:12 -08:00
parent b3dc408195
commit ba9388d1d8
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define ALLOW_INPUT_LOWERCASE 1
// See /docs/Debugger_Changelog.txt for full details
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,5);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,6);
// Public _________________________________________________________________________________________