mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-17 07:09:21 +01:00
14 lines
115 B
ArmAsm
14 lines
115 B
ArmAsm
.text
|
|
.section .text
|
|
.globl _plunge
|
|
|
|
_plunge:
|
|
isync
|
|
mtsrr0 3
|
|
|
|
mfmsr 3
|
|
li 4,0x30
|
|
andc 3,3,4
|
|
mtsrr1 3
|
|
rfi
|