bfd, ld: add CTF section linking
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / apic.s
CommitLineData
43083a50
JB
1 .text
2 .intel_syntax noprefix
3 .global _start
4_start:
5 ret
6
7apic_read:
8 mov eax, [edi*4+APIC_BASE]
9 ret
10
11apic_write:
12 mov [edi*4+APIC_BASE], esi
13 ret
This page took 0.106352 seconds and 4 git commands to generate.