8 lines
		
	
	
		
			70 B
		
	
	
	
		
			ArmAsm
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			70 B
		
	
	
	
		
			ArmAsm
		
	
	
		
			Executable File
		
	
	
	
	
| .sect .text
 | |
| .extern	__wait
 | |
| .define	_wait
 | |
| .align 2
 | |
| 
 | |
| _wait:
 | |
| 	jmp	__wait
 | 
