asm.rst
changeset 1675 7e5ff3a96f2d
parent 892 9cecee6342a3
child 1682 f24fa90e806b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/asm.rst	Sun Jan 25 21:13:16 2015 +0200
@@ -0,0 +1,25 @@
+.. -*- 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
+