asm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Jan 2015 21:13:16 +0200
changeset 1675 7e5ff3a96f2d
parent 892 disasm.rst@9cecee6342a3
child 1682 f24fa90e806b
permissions -rw-r--r--
Convert ELF to Intex hex format.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

============
 Assempler.
============
.. contents::

Decompile binary file.
======================

With GNU Binutils::

  $ objdump -w -d file.o

Convert ELF to binary format.
=============================
::

Convert ELF to Intex hex format.
================================
::

  $ avr-objcopy -O ihex image.elf image.ihex