인텔 HEX (Korean Wikipedia)

Analysis of information sources in references of the Wikipedia article "인텔 HEX" in Korean language version.

refsWebsite
Global rank Korean rank
1st place
1st place
4,153rd place
2,855th place
low place
low place
2,158th place
841st place
low place
low place
low place
5,132nd place
low place
low place

bitsavers.org

  • 〈3.1. Intel 8086 Hex File Format〉. 《CP/M-86 Operating System - System Guide》 (PDF) 2 printing, 1판. Pacific Grove, California, USA: Digital Research. June 1981. 15–16쪽. 2020년 2월 28일에 원본 문서 (PDF)에서 보존된 문서. 2020년 2월 28일에 확인함.  (17 pages)
  • 〈Appendix C. ASM-86 Hexadecimal Output Format〉. 《CP/M-86 - Operating System - Programmer's Guide》 (PDF) 3판. Pacific Grove, California, USA: Digital Research. January 1983 [1981]. 97–100쪽. 2020년 2월 27일에 원본 문서 (PDF)에서 보존된 문서. 2020년 2월 27일에 확인함. […] The Intel format is identical to the format defined by Intel for the 8086. The Digital Research format is nearly identical to the Intel format, but adds segment information to hexadecimal records. Output of either format can be input to GENCMD, but the Digital Research format automatically provides segment identification. A segment is the smallest unit of a program that can be relocated. […] It is in the definition of record types 00 and 02 that Digital Research's hexadecimal format differs from Intel's. Intel defines one value each for the data record type and the segment address type. Digital Research identifies each record with the segment that contains it. […] 00H for data belonging to all 8086 segments […] 81H for data belonging to the CODE segment […] 82H for data belonging to the DATA segment […] 83H for data belonging to the STACK segment […] 84H for data belonging to the EXTRA segment […] 02H for all segment address records […] 85H for a CODE absolute segment address […] 86H for a DATA segment address […] 87H for a STACK segment address […] 88H for an EXTRA segment address […]  [1] (1+viii+122+2 pages)

idea2ic.com

microsym.com

rwth-aachen.de

john.ccac.rwth-aachen.de

  • Arnold, Alfred (2020) [1996, 1989]. 〈6.3. P2HEX〉. 《Macro Assembler AS - User's Manual》. V1.42. 번역 Arnold, Alfred; Hilse, Stefan; Kanthak, Stephan; Sellke, Oliver; De Tomasi, Vittorio. 2020년 2월 28일에 원본 문서에서 보존된 문서. 2020년 2월 28일에 확인함. […] For the PIC microcontrollers, the switch -m <0..3> allows to generate the three different variants of the Intel Hex format. Format 0 is INHX8M which contains all bytes in a Lo-Hi-Order. Addresses become double as large because the PICs have a word-oriented address space that increments addresses only by one per word. […] With Format 1 (INHX16M), bytes are stored in their natural order. This is the format Microchip uses for its own programming devices. Format 2 (INHX8L) resp. 3 (INHX8H) split words into their lower resp. upper bytes. […] Unfortunately, one finds different statements about the last line of an Intel-Hex file in literature. Therefore, P2HEX knows three different variants that may be selected […] :00000001FF […] :00000001 […] :0000000000 […] By default, variant 0 is used which seems to be the most common one. […] If the target file name does not have an extension, an extension of HEX is supposed. […] 

web.archive.org

  • Arnold, Alfred (2020) [1996, 1989]. 〈6.3. P2HEX〉. 《Macro Assembler AS - User's Manual》. V1.42. 번역 Arnold, Alfred; Hilse, Stefan; Kanthak, Stephan; Sellke, Oliver; De Tomasi, Vittorio. 2020년 2월 28일에 원본 문서에서 보존된 문서. 2020년 2월 28일에 확인함. […] For the PIC microcontrollers, the switch -m <0..3> allows to generate the three different variants of the Intel Hex format. Format 0 is INHX8M which contains all bytes in a Lo-Hi-Order. Addresses become double as large because the PICs have a word-oriented address space that increments addresses only by one per word. […] With Format 1 (INHX16M), bytes are stored in their natural order. This is the format Microchip uses for its own programming devices. Format 2 (INHX8L) resp. 3 (INHX8H) split words into their lower resp. upper bytes. […] Unfortunately, one finds different statements about the last line of an Intel-Hex file in literature. Therefore, P2HEX knows three different variants that may be selected […] :00000001FF […] :00000001 […] :0000000000 […] By default, variant 0 is used which seems to be the most common one. […] If the target file name does not have an extension, an extension of HEX is supposed. […] 
  • 〈3.1. Intel 8086 Hex File Format〉. 《CP/M-86 Operating System - System Guide》 (PDF) 2 printing, 1판. Pacific Grove, California, USA: Digital Research. June 1981. 15–16쪽. 2020년 2월 28일에 원본 문서 (PDF)에서 보존된 문서. 2020년 2월 28일에 확인함.  (17 pages)
  • 〈Appendix C. ASM-86 Hexadecimal Output Format〉. 《CP/M-86 - Operating System - Programmer's Guide》 (PDF) 3판. Pacific Grove, California, USA: Digital Research. January 1983 [1981]. 97–100쪽. 2020년 2월 27일에 원본 문서 (PDF)에서 보존된 문서. 2020년 2월 27일에 확인함. […] The Intel format is identical to the format defined by Intel for the 8086. The Digital Research format is nearly identical to the Intel format, but adds segment information to hexadecimal records. Output of either format can be input to GENCMD, but the Digital Research format automatically provides segment identification. A segment is the smallest unit of a program that can be relocated. […] It is in the definition of record types 00 and 02 that Digital Research's hexadecimal format differs from Intel's. Intel defines one value each for the data record type and the segment address type. Digital Research identifies each record with the segment that contains it. […] 00H for data belonging to all 8086 segments […] 81H for data belonging to the CODE segment […] 82H for data belonging to the DATA segment […] 83H for data belonging to the STACK segment […] 84H for data belonging to the EXTRA segment […] 02H for all segment address records […] 85H for a CODE absolute segment address […] 86H for a DATA segment address […] 87H for a STACK segment address […] 88H for an EXTRA segment address […]  [1] (1+viii+122+2 pages)
  • “The Interactive Disassembler - Hexadecimal fileformats”. Hex-Rays. 2006. 2020년 3월 1일에 원본 문서에서 보존된 문서. 2020년 3월 1일에 확인함.  [2]
  • “AR#476 PROMGen - Description of PROM/EEPROM file formats: MCS, EXO, HEX, and others”. Xilinx. 2010년 3월 8일. Intel MCS-86 Hexadecimal Object - File Format Code 88. 2020년 3월 3일에 원본 문서에서 보존된 문서. 2020년 3월 3일에 확인함. 
  • Intel: "Hexadecimal Object File Format Specification Archived 2016년 6월 7일 - 웨이백 머신", Revision A, January 6, 1988

xilinx.com

xs4all.nl

hwiegman.home.xs4all.nl