Debugger: 2.9.1.5 Added: Disassembly window now shows signed decimal values for immediate values.

This commit is contained in:
michaelangel007
2022-01-03 22:18:12 -08:00
parent aaae1dd6a1
commit 65ab105d76
8 changed files with 38 additions and 16 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,3);
const int DEBUGGER_VERSION = MAKE_VERSION(2,9,1,5);
// Public _________________________________________________________________________________________