Cleaned up expression evaluation for improved compatibility with MACRO-10
This commit is contained in:
parent
e2e018af67
commit
05e09699dd
13 changed files with 1187 additions and 1069 deletions
|
|
@ -2426,7 +2426,7 @@ class DebuggerX86 extends Debugger {
|
|||
* Replace any references first; this means that register references inside the reference
|
||||
* do NOT need to be prefixed with '@'.
|
||||
*/
|
||||
s = this.parseReference(s);
|
||||
s = this.parseReference(s) || s;
|
||||
|
||||
/*
|
||||
* Replace every @XX (or @XXX), where XX (or XXX) is a register, with the register's value.
|
||||
|
|
|
|||
Loading…
Reference in a new issue