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

📄 vector.ls

📁 该程序是ST7MC驱动三洋压缩机(交流)
💻 LS
字号:
   1                     ; C Compiler for ST7 (COSMIC Software)
   2                     ; Generator V4.4a - 17 Dec 2001
   3                     ; Optimizer V4.2g - 21 Dec 2001
   5                     .const:	section	.text
   6  0000               __vectab:
   8  0000 0000          	dc.w	_ART_Interrupt
  10  0002 0000          	dc.w	_Dummy_Interrupt
  12  0004 0000          	dc.w	_Dummy_Interrupt
  14  0006 0000          	dc.w	_Dummy_Interrupt
  16  0008 0000          	dc.w	_Dummy_Interrupt
  18  000a 0000          	dc.w	_Dummy_Interrupt
  20  000c 0000          	dc.w	_MTC_C_D_IT
  22  000e 0000          	dc.w	_MTC_R_Z_IT
  24  0010 0000          	dc.w	_MTC_U_CL_SO_IT
  26  0012 0000          	dc.w	_Dummy_Interrupt
  28  0014 0000          	dc.w	_Dummy_Interrupt
  30  0016 0000          	dc.w	_PORTS_0_Interrupt
  32  0018 0000          	dc.w	_Dummy_Interrupt
  34  001a 0000          	dc.w	_MCES_SE_IT
  36  001c 0000          	dc.w	_Dummy_Interrupt
  38  001e 0000          	dc.w	__stext
  68                     ; 88 void Dummy_Interrupt(void)
  68                     ; 89 {
  69                     	switch	.text
  71                     	xref.b	_Dummy_Interrupt$L
  72  0000               _Dummy_Interrupt:
  75                     ; 90 }
  78  0000 80            	iret	
 104                     	xdef	__vectab
 105                     	xref	__stext
 106                     	xref	_MCES_SE_IT
 107                     	xref	_PORTS_0_Interrupt
 108                     	xref	_MTC_U_CL_SO_IT
 109                     	xref	_MTC_R_Z_IT
 110                     	xref	_MTC_C_D_IT
 111                     	xref	_ART_Interrupt
 112                     	xdef	_Dummy_Interrupt
 131                     	end

⌨️ 快捷键说明

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