derivative.inc

来自「飞思卡尔 新型的单片机rs08的ADC-SCI调试程序」· INC 代码 · 共 16 行

INC
16
字号
; Note: This file is recreated by the project wizard whenever the MCU is
;       changed and should not be edited by hand

; include derivative specific macros
            INCLUDE 'MC9RS08KA2.inc'


; RAM/ROM definitions


; Watchdog feed macro
feed_watchdog: MACRO
            MOV    #HIGH_6_13(SRS),PAGESEL
            STA    MAP_ADDR_6(SRS)  ; feed the watchdog
          ENDM

⌨️ 快捷键说明

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