mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			108 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
.section .text.init
 | 
						|
.globl rvtest_entry_point
 | 
						|
rvtest_entry_point:
 | 
						|
    li a0, 42
 | 
						|
 | 
						|
self_loop:
 | 
						|
    j self_loop
 |