relocate dasm test start-addr to avoid producing negative memory area size with none.cfg (conflicted with stack position at $8000)

This commit is contained in:
bbbradsmith 2023-02-19 09:30:07 -05:00
parent 5bc8ff98de
commit 3df5b9f41f
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ ISEQUAL = ../../testwrk/isequal$(EXE)
CC = gcc
CFLAGS = -O2
START = --start-addr 0x8000
START = --start-addr 0x7000
.PHONY: all clean