From 26f2e71ba093135033f6275b8acd0213906e42f8 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 21 Apr 2017 12:54:19 +0100 Subject: [PATCH] trs80: turn on discard movement Bring the trs80 start up code into line with the newer binman arrangement --- Kernel/platform-trs80/crt0.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kernel/platform-trs80/crt0.s b/Kernel/platform-trs80/crt0.s index 4e1205b0..722a72be 100644 --- a/Kernel/platform-trs80/crt0.s +++ b/Kernel/platform-trs80/crt0.s @@ -55,9 +55,9 @@ start: ldir ; then the discard ; Discard can just be linked in but is next to the buffers -; ld de, #s__DISCARD -; ld bc, #l__DISCARD -; ldir + ld de, #s__DISCARD + ld bc, #l__DISCARD + ldir ; then zero the data area ld hl, #s__DATA ld de, #s__DATA + 1 -- 2.34.1