📄 tx8int.asm
字号:
;;*****************************************************************************
;;*****************************************************************************
;; FILENAME: TX8INT.asm
;; Version: 2.1, Updated on 2003/08/21 at 12:36:18
;; Generated by PSoC Designer ver 4.0 b865 : 27 August, 2003
;;
;; DESCRIPTION: TX8 Interrupt Service Rountine.
;;-----------------------------------------------------------------------------
;; Copyright (c) Cypress MicroSystems 2000-2003. All Rights Reserved.
;;*****************************************************************************
;;*****************************************************************************
include "TX8.inc"
;-----------------------------------------------
; Global Symbols
;-----------------------------------------------
export _TX8_ISR
;@PSoC_UserCode_INIT@ (Do not change this line.)
;---------------------------------------------------
; Insert your custom declarations below this banner
;---------------------------------------------------
;---------------------------------------------------
; Insert your custom declarations above this banner
;---------------------------------------------------
;@PSoC_UserCode_END@ (Do not change this line.)
area UserModules (ROM, REL)
;-----------------------------------------------------------------------------
; FUNCTION NAME: _TX8_ISR
;
; DESCRIPTION:
; TX8 interrupt handler for instance TX8.
;
; This is a place holder function. If the user requires use of an interrupt
; handler for this function, then place code where specified.
;
;-----------------------------------------------------------------------------
;
_TX8_ISR:
;@PSoC_UserCode_BODY@ (Do not change this line.)
;---------------------------------------------------
; Insert your custom code below this banner
;---------------------------------------------------
;---------------------------------------------------
; Insert your custom code above this banner
;---------------------------------------------------
;@PSoC_UserCode_END@ (Do not change this line.)
reti
; end of file TX8INT.asm
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -