Debugger: 2.9.1.7 Added: Extended SYM command to auto-generate symbol names when reverse engineering. NOTE: These symbols will be placed in User2.

This commit is contained in:
michaelangel007
2022-01-04 09:25:51 -08:00
parent 1f5ca5d7e7
commit 17686df3df
2 changed files with 27 additions and 7 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,6);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,7);
// Public _________________________________________________________________________________________