source: azure_iot_hub_mbedtls/trunk/musl-1.1.18/crt/rx/crti.s@ 398

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

mbedTLS版Azure IoT Hub接続サンプルのソースコードを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain;charset=UTF-8
File size: 370 bytes
Line 
1.section .init
2.global _init
3.type _init, @function
4_init:
5 mov.l #0, r14
6 cmp #0, r14
7 beq.b break1
8 mov.l #0, r1
9 mov.l #4, r2
10break1:
11 jsr r14
12 mov.l #0, r1
13 mov.l [r1], r14
14 cmp #0, r14
15 beq.b end
16 mov.l #0, r14
17 cmp #0, r14
18 beq.s end
19 jsr r14
20end:
21 nop
22
23.section .fini
24.global _fini
25.type _fini, @function
26_fini:
27 nop
Note: See TracBrowser for help on using the repository browser.