mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
21 lines
238 B
ArmAsm
21 lines
238 B
ArmAsm
.syntax unified
|
|
.thumb
|
|
.global _start
|
|
_start:
|
|
add.w r0, r1, r2
|
|
|
|
.section .after1
|
|
.word 0xeb010002
|
|
|
|
.section .after2
|
|
add.w r0, r1, r2
|
|
|
|
.section .after3
|
|
add.w r2, r1, r0
|
|
|
|
.section .after4
|
|
.word 0xeb010002
|
|
|
|
.section .after5
|
|
.word 0xeb010002
|