16F914 and MPASM


Results 1 to 11 of 11

Threaded View

  1. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    In the MPASM assembler help file, somewhere under Hex file format.
    Code:
    Hex File Formats (.hex, .hxl, .hxh) 
    The MPASM assembler and MPLINK linker are capable of producing ASCII text hex files in different formats.
    
    	Format Name  		Format Type  		File Extension  Use  
    Intel Hex Format  		INHX8M  		.hex  8-bit core device programmers  
    Intel Split Hex Format  	INHX8S  		.hxl, .hxh  odd/even programmers  
    Intel Hex 32 Format  		INHX32  		.hex  16-bit core device programmers
    It's a bit ODD that INHX8S fixed it...
    Last edited by mister_e; - 5th February 2009 at 14:52.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts