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:
@@ -30,7 +30,7 @@ ISEQUAL = ../../testwrk/isequal$(EXE)
|
||||
CC = gcc
|
||||
CFLAGS = -O2
|
||||
|
||||
START = --start-addr 0x8000
|
||||
START = --start-addr 0x7000
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user