1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-25 19:29:36 +00:00
symon/samples/echo_irq/symon.config

17 lines
301 B
Plaintext
Raw Normal View History

2014-01-26 09:25:12 +00:00
MEMORY {
RAM1: start = $0000, size = $8000;
ROM1: start = $C000, size = $3FFA, fill = yes;
ROMV: start = $FFFA, size = $6, file = %O, fill = yes;
}
SEGMENTS {
CODE: load = ROM1, type = ro;
DATA: load = ROM1, type = ro;
VECTORS: load = ROMV, type = ro;
}
SYMBOLS {
__STACKSIZE__ = $0300;
}