From: Alan Cox Date: Sun, 25 Jan 2015 16:08:01 +0000 (+0000) Subject: lowlevel-z80: fix asm error: missing # X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a57d54cc9bec1fc1746a894f4c9f2410a2351483;p=FUZIX.git lowlevel-z80: fix asm error: missing # --- diff --git a/Kernel/lowlevel-z80.s b/Kernel/lowlevel-z80.s index 76a55cdc..85bf1a77 100644 --- a/Kernel/lowlevel-z80.s +++ b/Kernel/lowlevel-z80.s @@ -250,7 +250,7 @@ _doexec: ex de, hl ; for the relocation engine - tell it where it is - ld iy, PROGLOAD + ld iy, #PROGLOAD ei jp (hl)