单片机C与汇编混合编程的Startup文件
Startup文件sect30.inc; vector section .org 0fffdch …… NMI: .lword dummy_int RESET: .lword start .end
                                        
                                    文件大小:441KB
                                
                                
                                
                            Startup文件sect30.inc; vector section .org 0fffdch …… NMI: .lword dummy_int RESET: .lword start .end
评论区