12 lines
		
	
	
	
		
			161 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			161 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
.sect .text; .sect .rom; .sect .data; .sect .bss
 | 
						|
.define __wait
 | 
						|
.sect .text
 | 
						|
__wait:
 | 
						|
	mov	ax,7
 | 
						|
	callf	0x7:0x0
 | 
						|
	jb	1f
 | 
						|
	shl	dx,0x10
 | 
						|
	or	eax,edx
 | 
						|
	ret
 | 
						|
1:
 | 
						|
	jmp	cerror
 |