source: azure_iot_hub/trunk/musl-1.1.18/crt/rx/crtn.s@ 388

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

Azure IoT Hub Device C SDK を使ったサンプルの追加

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/plain
File size: 274 bytes
Line 
1.section .init
2 mov.l #0, r14
3 cmp #0, r14
4 beq.b break1
5 mov.l #0, r1
6 mov.l #4, r2
7break1:
8 jsr r14
9 mov.l #0, r1
10 mov.l [r1], r14
11 cmp #0, r14
12 beq.b end
13 mov.l #0, r14
14 cmp #0, r14
15 beq.s end
16 jsr r14
17end:
18 rts
19
20.section .fini
21 rts
Note: See TracBrowser for help on using the repository browser.