📄 reloc.doc
字号:
8051 RELOCATER, notes on use.(0) COMMAND LINE, INPUT FORMAT This is a simple utility to relocate hex files. A typical use would bethe following: you assemble a stand-alone program for address 0. However,when loading the program in preparation to blast it into EPROM, you have toupload it to memory address 4000 and then blast it to address 0. The typical conmmand line for this utility is: reloc Offset FileFor example: reloc 4000 debugwill take the file debug.hex and generate the output in debug.hx. The inputfile must be suffixed in .hex, and the output will always have the .hx suffix. The offset must be a 4-digit hexadecimal number. The source file'saddresses are shifted by the amount indicated by this offset. Addresscalculations are done modulo 10000 hex, so an offset of c000 will effectivelyshift addresses at or above 4000 back by 4000.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -