@gaialabs/core 0.1.15 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -859,7 +859,7 @@ var AddressingModeHandler = class {
|
|
|
859
859
|
if (addr.isROM) {
|
|
860
860
|
const wrapper = new LocationWrapper(addr.toInt(), AddressType.Offset);
|
|
861
861
|
if (isJump) {
|
|
862
|
-
const type = isIndexedIndirect ? "
|
|
862
|
+
const type = isIndexedIndirect ? "&Code" : "Code";
|
|
863
863
|
const name = this._blockReader.noteType(wrapper.location, type, isPush, registers);
|
|
864
864
|
if (isPush) {
|
|
865
865
|
operands.push(`&${name}-1`);
|