⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 extra.s

📁 mcf5307开发板上进行iic接口实验
💻 S
📖 第 1 页 / 共 4 页
字号:
        DC.L    _INT_User_169               ; User Interrupt 169        233        DC.L    _INT_User_170               ; User Interrupt 170        234        DC.L    _INT_User_171               ; User Interrupt 171        235        DC.L    _INT_User_172               ; User Interrupt 172        236        DC.L    _INT_User_173               ; User Interrupt 173        237        DC.L    _INT_User_174               ; User Interrupt 174        238        DC.L    _INT_User_175               ; User Interrupt 175        239        DC.L    _INT_User_176               ; User Interrupt 176        240        DC.L    _INT_User_177               ; User Interrupt 177        241        DC.L    _INT_User_178               ; User Interrupt 178        242        DC.L    _INT_User_179               ; User Interrupt 179        243        DC.L    _INT_User_180               ; User Interrupt 180        244        DC.L    _INT_User_181               ; User Interrupt 181        245        DC.L    _INT_User_182               ; User Interrupt 182        246        DC.L    _INT_User_183               ; User Interrupt 183        247        DC.L    _INT_User_184               ; User Interrupt 184        248        DC.L    _INT_User_185               ; User Interrupt 185        249        DC.L    _INT_User_186               ; User Interrupt 186        250        DC.L    _INT_User_187               ; User Interrupt 187        251        DC.L    _INT_User_188               ; User Interrupt 188        252        DC.L    _INT_User_189               ; User Interrupt 189        253        DC.L    _INT_User_190               ; User Interrupt 190        254        DC.L    _INT_User_191               ; User Interrupt 191        255;   ;;;/* The following area contains the default interrupt vector processing for;   each interrupt.  Note:  Nothing else can be placed between the ;   INT_Start_ISRs label and the INT_End_ISRs label.  */;        SECTION .text	.align 0x10        XDEF    _INT_Start_ISRs_INT_Start_ISRs:;;_INT_Bus_Error:                             ; Bus Error                 2        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Address_Error:                         ; Address Error             3        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Illegal_Instruction:                   ; Illegal Instruction       4        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Zero_Divide:                           ; Divide by zero            5        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Chk_Chk2:                              ; CHK and CHK2 instructions 6        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_TrapV:                                 ; TRAPV instruction         7        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Privilege:                             ; Privilege violation       8        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trace:                                 ; Trace                     9        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Emul_A:                                ; Emulate A                 10        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Emul_B:                                ; Emulate B                 11        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Hdw_Breakpoint:                        ; Hardware breakpoint       12        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Coprocessor_Violate:                   ; Coprocessor violation     13        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Format_Error:                          ; Format error              14        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Uninitialized_Int:                     ; Uninitialized interrupt   15        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_0:                            ; Reserved 0                16        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_1:                            ; Reserved 1                17        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_2:                            ; Reserved 2                18        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_3:                            ; Reserved 3                19        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_4:                            ; Reserved 4                20        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_5:                            ; Reserved 5                21        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_6:                            ; Reserved 6                22        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_7:                            ; Reserved 7                23        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Spurious:                              ; Spurious interrupt        24        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Level_1_Auto:                          ; Level 1 Autovector        25        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Level_2_Auto:                          ; Level 2 Autovector        26        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Level_3_Auto:                          ; Level 3 Autovector        27        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Level_4_Auto:                          ; Level 4 Autovector        28        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Level_5_Auto:                          ; Level 5 Autovector        29	BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Level_6_Auto:                          ; Level 6 Autovector        30        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Level_7_Auto:                          ; Level 7 Autovector        31        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_0:                                ; Trap 0                    32        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_1:                                ; Trap 1                    33        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_2:                                ; Trap 2                    34        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_3:                                ; Trap 3                    35        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_4:                                ; Trap 4                    36        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_5:                                ; Trap 5                    37        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_6:                                ; Trap 6                    38        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_7:                                ; Trap 7                    39        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_8:                                ; Trap 8                    40        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_9:                                ; Trap 9                    41        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_10:                               ; Trap 10                   42        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_11:                               ; Trap 11                   43        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_12:                               ; Trap 12                   44        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_13:                               ; Trap 13                   45        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_14:                               ; Trap 14                   46        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Trap_15:                               ; Trap 15                   47        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_0:                        ; Coprocessor Reserved 0    48        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_1:                        ; Coprocessor Reserved 1    49        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_2:                        ; Coprocessor Reserved 2    50        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_3:                        ; Coprocessor Reserved 3    51        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_4:                        ; Coprocessor Reserved 4    52        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_5:                        ; Coprocessor Reserved 5    53        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_6:                        ; Coprocessor Reserved 6    54        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_7:                        ; Coprocessor Reserved 7    55        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_8:                        ; Coprocessor Reserved 8    56        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_9:                        ; Coprocessor Reserved 9    57        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Cop_Reserved_10:                       ; Coprocessor Reserved 10   58        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_8:                            ; Reserved 8                59        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_9:                            ; Reserved 9                60        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_10:                           ; Reserved 10               61        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_11:                           ; Reserved 11:              62        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_Reserved_12:                           ; Reserved 12               63        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_0:                                ; User Interrupt 0          64        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_1:                                ; User Interrupt 1          65        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_2:                                ; User Interrupt 2          66        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_3:                                ; User Interrupt 3          67        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_4:                                ; User Interrupt 4          68        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_5:                                ; User Interrupt 5          69        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_6:                                ; User Interrupt 6          70        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_7:                                ; User Interrupt 7          71        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_8:                                ; User Interrupt 8          72        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_9:                                ; User Interrupt 9          73        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_10:                               ; User Interrupt 10         74        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_11:                               ; User Interrupt 11         75        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_12:                               ; User Interrupt 12         76        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_13:                               ; User Interrupt 13         77        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_14:                               ; User Interrupt 14         78        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_15:                               ; User Interrupt 15         79        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell;_INT_User_16:                               ; User Interrupt 16         80        BSR.W   _INT_Interrupt_Shell        ; Branch to interrupt shell

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -