aboutsummaryrefslogtreecommitdiff
path: root/src/peripherals
diff options
context:
space:
mode:
Diffstat (limited to 'src/peripherals')
-rw-r--r--src/peripherals/eeprom.spec.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/peripherals/eeprom.spec.ts b/src/peripherals/eeprom.spec.ts
index 487ce41..e7cf62e 100644
--- a/src/peripherals/eeprom.spec.ts
+++ b/src/peripherals/eeprom.spec.ts
@@ -199,7 +199,6 @@ describe('EEPROM', () => {
// We subtract 0x20 to translate from RAM address space to I/O register space
const { program, instructionCount } = asmProgram(`
; register addresses
- _REPLACE TWSR, ${EECR - 0x20}
_REPLACE EEARL, ${EEARL - 0x20}
_REPLACE EEDR, ${EEDR - 0x20}
_REPLACE EECR, ${EECR - 0x20}