source: asp3_tinet_ecnl_rx/trunk/musl-1.1.18/src/setjmp/longjmp.S@ 337

Last change on this file since 337 was 337, checked in by coas-nagasima, 6 years ago

ASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 485 bytes
Line 
1.global _longjmp
2.global longjmp
3.type _longjmp, @function
4.type longjmp, @function
5_longjmp:
6longjmp:
7 tst r2, r2
8 stz #1, r2
9 mov.l r2, 4[r1]
10 mov.l [r1], r0
11 mov.l 64[r1], r2
12 mov.l r2, [r0]
13 mov.l 60[r1], r15
14 mov.l 56[r1], r14
15 mov.l 52[r1], r13
16 mov.l 48[r1], r12
17 mov.l 44[r1], r11
18 mov.l 40[r1], r10
19 mov.l 36[r1], r9
20 mov.l 32[r1], r8
21 mov.l 28[r1], r7
22 mov.l 24[r1], r6
23 mov.l 20[r1], r5
24 mov.l 16[r1], r4
25 mov.l 12[r1], r3
26 mov.l 8[r1], r2
27 mov.l 4[r1], r1
28
29 rts
30 nop
Note: See TracBrowser for help on using the repository browser.