diff options
Diffstat (limited to '')
| -rw-r--r-- | src/instruction.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instruction.spec.ts b/src/instruction.spec.ts index 2ffbe3c..2c5244e 100644 --- a/src/instruction.spec.ts +++ b/src/instruction.spec.ts @@ -496,7 +496,7 @@ describe('avrInstruction', () => { }); it('should execute `MUL r0, r1` and update the zero flag', () => { - loadProgram('569c'); + loadProgram('019c'); cpu.data[0] = 0; // r0 <- 0 cpu.data[1] = 9; // r1 <- 9 avrInstruction(cpu); |
