asm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 05 Feb 2015 19:07:39 +0200
changeset 1679 f0434ace37ce
parent 1675 7e5ff3a96f2d
child 1682 f24fa90e806b
permissions -rw-r--r--
Order to perform really clean download.

.. -*- 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