/*----------------------------------------------------------------------------------------------------------*/
/* Holtek Semiconductor Inc.                                                                                */
/*                                                                                                          */
/* Copyright (c) 2011 by Holtek Semiconductor Inc.                                                          */
/* All rights reserved.                                                                                     */
/*                                                                                                          */
/*------------------------------------------------------------------------------------------------------------
  File Name        : fromelf.txt
  Version          : V1.0
  Date[mm/dd/yyyy] : 04/11/2011
  Description      : The fromelf command example for bin, dat, and text.
------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------*/
/* Convert AXF format to Binary                                                                             */
/*----------------------------------------------------------------------------------------------------------*/
fromelf --bin -o #L.bin #L

/*----------------------------------------------------------------------------------------------------------*/
/* Convert AXF format to Byte oriented (Verilog Memory Model) hexadecimal format                            */
/*----------------------------------------------------------------------------------------------------------*/
fromelf --vhx -o #L.dat #L

/*----------------------------------------------------------------------------------------------------------*/
/* Convert AXF format to Disassembles                                                                       */
/*----------------------------------------------------------------------------------------------------------*/
fromelf --text -c -o #L.text #L
