lab/x1/mrc.S
2021-03-04 02:15:40 +09:00

8 lines
93 B
ArmAsm

.text
.align 2
.global _start
_start:
mrc p15, 0, r10, c1, c0, 0
mov pc, lr