Extension | Created by | Created from | Contents and purpose |
---|
.ELF | AVR-AS.Exe | .ASM & .PTR | Executable and Linkable format, a standard binary file format |
.HEX | AVR-ObjCopy.Exe | .ELF | Intel HEX format, a standard ASCII format, used to implement changes in MIRTOS devices |
.TRM | TrimIHex.Exe | .HEX | An iHex file with leading lines of zeros removed |
.LST | AVR-ObjDump.Exe | .ELF | Program listing, with known variable and constant names applied |
.SYM | AVR-ReadELF.Exe | .ELF | All variables and contants generated by the .ASM source and all .INCLUDE files |
.PBK | The batch file | .PTR | Backup copy of prior .PTR file, saved before running the MakePtr.Exe command |
.PTR | MakePtr.Exe | .SYM | Variables and contant names that can be pulled in during the next assembly pass |