9 lines
69 B
ArmAsm
Raw Normal View History

2022-10-27 20:45:45 +02:00
.weak a,b
.data
.dc.a a
.text
.global _start
_start:
bl b
nop