asm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 19 Feb 2016 23:34:15 +0200
changeset 1885 df9b4fe585b8
parent 1682 f24fa90e806b
child 1905 fba288d59662
permissions -rw-r--r--
Safe fonts for the WEB.

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

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

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

With GNU Binutils::

  $ objdump -w -d file.o

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

  $ objcopy -O binary image.elf image.bin

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

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