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

📄 swi_handler_user.lst

📁 高性能USB转串口(可高达10Mbps)完整的源代码
💻 LST
字号:
   1              		.code	16
   2              		.file	"swi_handler_user.c"
  10              	.Ltext0:
  11              		.section	.text.SWI_Handler_User,"ax",%progbits
  12              		.align	2
  13              		.global	SWI_Handler_User
  14              		.code 16
  15              		.thumb_func
  17              	SWI_Handler_User:
  18              	.LFB2:
  19              		.file 1 "swi_handler_user.c"
   1:swi_handler_user.c **** /* User SWI Handler for SWI's not handled in swi_handler.S */
   2:swi_handler_user.c **** 
   3:swi_handler_user.c **** unsigned long SWI_Handler_User(unsigned long reg0,
   4:swi_handler_user.c **** 	unsigned long reg1,
   5:swi_handler_user.c **** 	unsigned long reg2,
   6:swi_handler_user.c **** 	unsigned long swi_num )
   7:swi_handler_user.c **** {
  20              	ne,"",%progbits
  21              	.Ldebug_line0:
  22              		.text
   8:swi_handler_user.c **** 	unsigned long res;
   9:swi_handler_user.c **** 
  10:swi_handler_user.c **** 	res = 0;
  11:swi_handler_user.c **** 	
  12:swi_handler_user.c **** 	return res;
  13:swi_handler_user.c **** }
  23              		.code	16
  24 0000 0020     		.file	"swi_handler_user.c"
  25              		.section	.debug_abbrev,"",%progbits
  26              	.Ldebug_abbrev0:
  27 0002 7047     		.section	.debug_info,"",%progbits
  28              	.Ldebug_info0:
  29              		.section	.debug_line,"",%progbits
  54              		.4byte	.LECIE0-.LSCIE0
DEFINED SYMBOLS
                            *ABS*:00000000 swi_handler_user.c
C:\DOCUME~1\hy\LOCALS~1\Temp/ccE1aaaa.s:1      .text:00000000 $t
C:\DOCUME~1\hy\LOCALS~1\Temp/ccE1aaaa.s:17     .text.SWI_Handler_User:00000000 SWI_Handler_User
C:\DOCUME~1\hy\LOCALS~1\Temp/ccE1aaaa.s:14     .text.SWI_Handler_User:00000000 $t

NO UNDEFINED SYMBOLS

⌨️ 快捷键说明

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