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

📄 frec

📁 MIPS处理器的bootloader,龙芯就是用的修改过的PMON2
💻
字号:
FastLoad FormatFastLoad FormatThe FastLoad Format uses a compressed ASCII format that permits files to be downloaded in less than half the time taken for Motorola S-records. The base-64 encoding used is "A-Za-z0-9,.". The data is encoded ingroups of 4 characters (24 bits). The character '/' is used tointroduce a special function. Special functions are:  A......	Defines an address.	 B..	Define a single byte.	 C....	Compare the checksums	 EAA	Define the program's entry point. The address will be the	current address as defined by the 'A' command.	 KAA	Clear the checksum.	 S.....,X	Define a symbol.  The address of the symbol will be the	current address as defined by the 'A' command. 	 Z..	Clear a number of bytes.	Examples:      /ACgAgAA        - addr = a0020000      /ZAI            - clear 8*3=24 bytes      /EAA            - define entry at 'addr' and exit      AAABAAAC        - 00 00 01 00 00 02      /Sfred,X        - symbol = 'addr'      /BAB            - byte of 01Generating FastLoad format filesThe PMON source package contains two mechanisms for generatingFastLoad format files.  

⌨️ 快捷键说明

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