derivative.inc

来自「LED显示练习」· INC 代码 · 共 15 行

INC
15
字号
; 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 'MC68HC908JL16.inc'


; RAM/ROM definitions


; Watchdog feed macro
feed_watchdog: MACRO
            STA COPCTL           ; feed the watchdog
          ENDM

⌨️ 快捷键说明

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