diff options
Diffstat (limited to 'src/cpu/instruction.spec.ts')
| -rw-r--r-- | src/cpu/instruction.spec.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/instruction.spec.ts b/src/cpu/instruction.spec.ts index 0665fe8..18ff76b 100644 --- a/src/cpu/instruction.spec.ts +++ b/src/cpu/instruction.spec.ts @@ -26,8 +26,8 @@ const r31 = 31; const X = 26; const Y = 28; const Z = 30; -const RAMPZ = 59; -const EIND = 60; +const RAMPZ = 0x5b; +const EIND = 0x5c; const SP = 93; const SPH = 94; const SREG = 95; |
