repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vcls,...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
apic.s
blob
d500799a73b82e1cdb1603a5db5d3b2a5a6b08a5
1
.text
2
.intel_syntax noprefix
3
.global _start
4
_start
:
5
ret
6
7
apic_read
:
8
mov eax
, [
edi
*
4
+
APIC_BASE
]
9
ret
10
11
apic_write
:
12
mov
[
edi
*
4
+
APIC_BASE
],
esi
13
ret