15 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			182 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
| #include "em_abs.h"
 | |
| 
 | |
|         # $Header$
 | |
| 
 | |
| .globl  .nop
 | |
| 
 | |
| .nop:
 | |
| 	movl	hol0+LINO_AD,r0
 | |
| 	jsb     printd
 | |
| 	movb	$011,r0
 | |
| 	jsb	printc
 | |
| 	movl	sp,r0
 | |
| 	jsb	printd
 | |
| 	movb    $012,r0
 | |
| 	jmp     printc
 |