summaryrefslogtreecommitdiff
path: root/engine/printer/serial.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/printer/serial.asm')
-rwxr-xr-xengine/printer/serial.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/printer/serial.asm b/engine/printer/serial.asm
index b424876e..fa83eb9d 100755
--- a/engine/printer/serial.asm
+++ b/engine/printer/serial.asm
@@ -28,7 +28,7 @@ PrinterTransmissionJumptable:
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
.Jumptable:
dw Printer_InitSerial ; 00
@@ -448,7 +448,7 @@ PrinterSerial_:
ld a, [hli]
ld h, [hl]
ld l, a
- jp [hl]
+ jp hl
.Jumptable:
dw .Nop