2 extern char _start_bss
;
11 asm("mov.w #%off(_stack),sp");
12 /* asm("ldc.w #0x700,sr");*/
13 asm("ldc.b #%page(_stack),tp");
14 asm("ldc.b #%page(_stack),dp");
15 asm("ldc.b #%page(_stack),ep");
16 /* Can't have anything else in here, since the fp won't be set up
17 so local variables won't work */