9 lines
		
	
	
	
		
			84 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			84 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
#include "sys.h"
 | 
						|
.globl _nostk
 | 
						|
 | 
						|
_nostk:
 | 
						|
	sys	local; 0f
 | 
						|
	rts	pc
 | 
						|
.data:
 | 
						|
0:
 | 
						|
	sys	nostk
 |