Closed. This question needs to be more focused。它当前不接受答案。
                            
                        
                    
                
                            
                                
                
                        
                            
                        
                    
                        
                            想改善这个问题吗?更新问题,使其仅通过editing this post专注于一个问题。
                        
                        在8个月前关闭。
                                                                                            
                
        
这是我要在RISC-V汇编中尝试执行的操作的C表示形式:

printf(“ x =%d \ n”,x);

最佳答案

https://godbolt.org/是一个有趣的网站。如果粘贴c代码,则可以将其转移到其他代码中,例如RISC-V汇编。可从menie.org/georges/embedded/small_printf_source_code.html获得示例c代码。确实有效。祝好运。

08-16 12:12