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

📄 _crc_tables.lst

📁 用TI单片机MSP430系列写的CRC检验程序
💻 LST
字号:
###############################################################################
#                                                                             #
#     IAR Systems MSP430 Assembler V2.21B/W32  17/Aug/2004  19:23:26          #
#     Copyright 1996-2003 IAR Systems. All rights reserved.                   #
#                                                                             #
#           Source file   =  C:\Program Files\IAR Systems\Embedded Workbench 3.2\myProjects\CRC\src\_crc_tables.s43#
#           List file     =  C:\Program Files\IAR Systems\Embedded Workbench 3.2\myProjects\CRC\MSP430\Debug\List\_crc_tables.lst#
#           Object file   =  C:\Program Files\IAR Systems\Embedded Workbench 3.2\myProjects\CRC\MSP430\Debug\Obj\_crc_tables.r43#
#           Command line  =  -OC:\Program Files\IAR Systems\Embedded Workbench 3.2\myProjects\CRC\MSP430\Debug\Obj\ #
#                            -s+ -M<> -w+                                     #
#                            -LC:\Program Files\IAR Systems\Embedded Workbench 3.2\myProjects\CRC\MSP430\Debug\List\ #
#                            -t8                                              #
#                            -IC:\Program Files\IAR Systems\Embedded Workbench 3.2\430\inc\ #
#                            -r                                               #
#                            C:\Program Files\IAR Systems\Embedded Workbench 3.2\myProjects\CRC\src\_crc_tables.s43 #
#                                                                             #
###############################################################################

      1    000000              
      2    000000              /***********************************************
                               ***********************************
      3    000000              FUNCTIONS:      CRC tables in assembly
      4    000000              AUTHOR:         Emil Lenchak
      5    000000              DATE:           March, 2004
      6    000000              COPYRIGHT:      Texas Instruments, 2004
      7    000000              TOOLS:          Built with IAR Kickstart
                                V2
      8    000000              ************************************************
                               ***********************************/
      9    000000              
     10    000000              #include "msp430x16x.h"
     11    000000              
     12    000000              #include "..\inc\crc.h"
     13    000000              
     14    000000                NAME    CRC_TABLES
     15    000000                
     16    000000                PUBLIC  crc16Table 
     17    000000                PUBLIC  crc32Table  
     18    000000                PUBLIC  crc16rTable 
     19    000000                PUBLIC  crc32rTable  
     20    000000                  
     21    000000                RSEG    DATA16_C
     22    000000              
     23    000000              crc16Table 
     24    000000              #include "..\dat\_crc16Table.txt"
     25    000200              
     26    000200              crc16rTable 
     27    000200              #include "..\dat\_crc16rTable.txt"
     28    000400              
     29    000400              crc32Table
     30    000400              #include "..\dat\_crc32Table.txt"
     31    000800              
     32    000800              crc32rTable
     33    000800              #include "..\dat\_crc32rTable.txt"
     34    000C00              
     35    000C00              /*  RAM-based table declarations (for reference
                                only)
     36    000C00                RSEG    DATA16_N
     37    000C00              crc16Table    DS16  256
     38    000C00              crc16rTable   DS16  256 
     39    000C00              crc32Table    DS32  256
     40    000C00              crc32rTable   DS32  256
     41    000C00              */  
     42    000C00              
     43    000C00                END
##############################
#          CRC:9CDF          #
#        Errors:   0         #
#        Warnings: 0         #
#        Bytes: 3072         #
##############################





⌨️ 快捷键说明

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