mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +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:
parent
5bc8ff98de
commit
3df5b9f41f
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user