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