1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

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

View File

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