mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
15 lines
283 B
ArmAsm
15 lines
283 B
ArmAsm
.section .text.foo,"axG",%progbits,foo_group
|
|
.word 0
|
|
|
|
.section .rodata.str.1,"aMSG",%progbits,1,foo_group
|
|
.asciz "abc"
|
|
|
|
.section .data.foo,"waG",%progbits,foo_group
|
|
.word 1
|
|
|
|
.section .dropme,"G",%progbits,foo_group
|
|
.word 2
|
|
|
|
.section .keepme,"G",%progbits,foo_group
|
|
.word 3
|