lab/x1/mrc.S

8 lines
93 B
ArmAsm
Raw Permalink Normal View History

2021-03-04 02:15:40 +09:00
.text
.align 2
.global _start
_start:
mrc p15, 0, r10, c1, c0, 0
mov pc, lr