mirror of
				https://github.com/RetroDECK/Duckstation.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			150 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			150 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | # RISC-V Disassembler
 | ||
|  | 
 | ||
|  | RISC-V Disassembler with support for RV32/RV64/RV128 IMAFDC | ||
|  | 
 | ||
|  | ## Build instructions
 | ||
|  | 
 | ||
|  | ``` | ||
|  | cmake -B build | ||
|  | cmake --build build | ||
|  | ``` |