You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
147 B

.set noreorder
.global __unmapself
.type __unmapself,@function
__unmapself:
move $sp, $25
li $2, 4091
syscall
li $4, 0
li $2, 4001
syscall