13 lines
180 B
ArmAsm
Raw Normal View History

2012-03-26 21:18:29 +02:00
.text
.globl _start
_start:
leal foo@indntpoff, %ecx
movl (%ecx), %ecx
.globl foo
.section .tdata,"awT",@progbits
.align 4
.type foo, @object
.size foo, 4
foo:
.long 100