From 3df5b9f41faabcbff982713db485d91cc8ac9a6c Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Sun, 19 Feb 2023 09:30:07 -0500 Subject: [PATCH] relocate dasm test start-addr to avoid producing negative memory area size with none.cfg (conflicted with stack position at $8000) --- test/dasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dasm/Makefile b/test/dasm/Makefile index d9ac7ac21..e84560ad2 100644 --- a/test/dasm/Makefile +++ b/test/dasm/Makefile @@ -30,7 +30,7 @@ ISEQUAL = ../../testwrk/isequal$(EXE) CC = gcc CFLAGS = -O2 -START = --start-addr 0x8000 +START = --start-addr 0x7000 .PHONY: all clean