|
| 1 | + .arch armv6 |
| 2 | + .eabi_attribute 28,1 |
| 3 | + .eabi_attribute 20,1 |
| 4 | + .eabi_attribute 21,1 |
| 5 | + .eabi_attribute 23,3 |
| 6 | + .eabi_attribute 24,1 |
| 7 | + .eabi_attribute 25,1 |
| 8 | + .eabi_attribute 26,2 |
| 9 | + .eabi_attribute 30,6 |
| 10 | + .eabi_attribute 34,1 |
| 11 | + .eabi_attribute 18,4 |
| 12 | + .file "helloworld.c" |
| 13 | + .text |
| 14 | + .section .rodata |
| 15 | + .align2 |
| 16 | +.LC0: |
| 17 | + .ascii "Hello, World!000円" |
| 18 | + .text |
| 19 | + .align2 |
| 20 | + .global main |
| 21 | + .arch armv6 |
| 22 | + .syntax unified |
| 23 | + .arm |
| 24 | + .fpu vfp |
| 25 | + .type main, %function |
| 26 | +main: |
| 27 | + @ args = 0, pretend = 0, frame = 8 |
| 28 | + @ frame_needed = 1, uses_anonymous_args = 0 |
| 29 | +push {fp, lr} |
| 30 | +add fp,sp, #4 |
| 31 | +subsp,sp, #8 |
| 32 | +str r0,[fp, #-8] |
| 33 | +str r1,[fp, #-12] |
| 34 | + ldr r0, .L3 |
| 35 | +bl puts |
| 36 | +mov r3, #0 |
| 37 | +mov r0, r3 |
| 38 | +subsp, fp, #4 |
| 39 | + @ sp needed |
| 40 | +pop {fp, pc} |
| 41 | +.L4: |
| 42 | + .align2 |
| 43 | +.L3: |
| 44 | + .word .LC0 |
| 45 | + .size main, .-main |
| 46 | + .ident "GCC: (Raspbian 8.3.0-6+rpi1) 8.3.0" |
| 47 | + .section .note.GNU-stack,"",%progbits |
0 commit comments