mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
23a6cf91cd
* checkpoint * shield final half building
26 lines
429 B
Smarty
26 lines
429 B
Smarty
MEMORY
|
|
{
|
|
text : origin = $ORIGIN
|
|
}
|
|
|
|
SECTIONS
|
|
{
|
|
GROUP:
|
|
{
|
|
$SECTIONS
|
|
.stack ALIGN(0x100):{}
|
|
} > text
|
|
|
|
_stack_end = $LAST_SECTION_SYMBOL + SIZEOF($LAST_SECTION_NAME);
|
|
_stack_addr = (_stack_end + $STACKSIZE + 0x7) & ~0x7;
|
|
_db_stack_addr = (_stack_addr + 0x2000);
|
|
_db_stack_end = _stack_addr;
|
|
__ArenaLo = _db_stack_addr;
|
|
__ArenaHi = $ARENAHI;
|
|
}
|
|
|
|
FORCEACTIVE
|
|
{
|
|
$FORCEACTIVE
|
|
}
|