mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
21 lines
348 B
ArmAsm
21 lines
348 B
ArmAsm
|
.text
|
||
|
.globl main
|
||
|
.globl start
|
||
|
.globl _start
|
||
|
.globl __start
|
||
|
main:
|
||
|
start:
|
||
|
_start:
|
||
|
__start:
|
||
|
.byte 0,0,0,0,0,0,0,0
|
||
|
.byte 0,0,0,0,0,0,0,0
|
||
|
.section .bar,"ax","progbits"
|
||
|
.byte 0,0,0,0,0,0,0,0
|
||
|
.byte 0,0,0,0,0,0,0,0
|
||
|
.section .foo,"aw","progbits"
|
||
|
.byte 0,0,0,0,0,0,0,0
|
||
|
.byte 0,0,0,0,0,0,0,0
|
||
|
.data
|
||
|
.byte 0,0,0,0,0,0,0,0
|
||
|
.byte 0,0,0,0,0,0,0,0
|