From f90842d4decc6f9453e53785174c73674dc86a51 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 12 Jan 2016 03:43:23 -0500 Subject: move memory layout around to free more code space --- comptitle.s.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comptitle.s.in') diff --git a/comptitle.s.in b/comptitle.s.in index 824cded..940136a 100644 --- a/comptitle.s.in +++ b/comptitle.s.in @@ -15,8 +15,8 @@ imgsize = $1700 ; these both need to be page-aligned. destination also needs ; to be aligned on a 4K boundary. -start = $2000 -destination = $9000 +start = $9000 +;destination = $2400 srcptr = FR0 dstptr = FR0+2 -- cgit v1.2.3