mirror of
https://github.com/cc65/cc65.git
synced 2025-02-19 06:30:53 +00:00
Minimal beautification.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5374 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9c2cb68b50
commit
74be82e77e
@ -6,7 +6,7 @@ SYMBOLS {
|
|||||||
__VLIR0END__: type = weak, value = $C000 - __BACKBUFSIZE__ - __STACKSIZE__;
|
__VLIR0END__: type = weak, value = $C000 - __BACKBUFSIZE__ - __STACKSIZE__;
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
CVT: file = %O, start = $0, size = $20000;
|
CVT: file = %O, start = $0, size = $20000;
|
||||||
ZP: define = yes, start = $80, size = $1A + $06;
|
ZP: define = yes, start = $80, size = $1A + $06;
|
||||||
VLIR0: define = yes, start = $4000, size = __VLIR0END__ - $4000;
|
VLIR0: define = yes, start = $4000, size = __VLIR0END__ - $4000;
|
||||||
VLIR1: define = yes, start = __OVERLAYADDR__, size = __OVERLAYSIZE__;
|
VLIR1: define = yes, start = __OVERLAYADDR__, size = __OVERLAYSIZE__;
|
||||||
|
@ -6,7 +6,7 @@ SYMBOLS {
|
|||||||
__VLIR0END__: type = weak, value = __OVERLAYADDR__ - __STACKSIZE__;
|
__VLIR0END__: type = weak, value = __OVERLAYADDR__ - __STACKSIZE__;
|
||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
CVT: file = %O, start = $0, size = $40000;
|
CVT: file = %O, start = $0, size = $40000;
|
||||||
ZP: define = yes, start = $58, size = $1A + $06;
|
ZP: define = yes, start = $58, size = $1A + $06;
|
||||||
VLIR0: define = yes, start = $0400, size = __VLIR0END__ - $0400;
|
VLIR0: define = yes, start = $0400, size = __VLIR0END__ - $0400;
|
||||||
VLIR1: define = yes, start = __OVERLAYADDR__, size = __OVERLAYSIZE__;
|
VLIR1: define = yes, start = __OVERLAYADDR__, size = __OVERLAYSIZE__;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user