From: Brett Gordon Date: Sat, 8 Oct 2016 15:54:10 +0000 (-0400) Subject: coco3: bank 6 copy: use *correct* end ptr X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8275cb2e165fcfb8fb0c2e9ac79f17cb7bd1974b;p=FUZIX.git coco3: bank 6 copy: use *correct* end ptr --- diff --git a/Kernel/platform-coco3/coco3.s b/Kernel/platform-coco3/coco3.s index 1390c121..4c5295e0 100644 --- a/Kernel/platform-coco3/coco3.s +++ b/Kernel/platform-coco3/coco3.s @@ -168,7 +168,7 @@ b@ sta ,x+ ldu #$c000 ; src c@ ldd ,u++ ; copy 2 at a time std ,x++ ; - cmpx #$e000 ; are we done? + cmpx #$2000 ; are we done? bne c@ ; loop if not done ;; set temporary screen up clr $ff9c ; reset scroll register