We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

Arduino to Assembly Converter

This is a tool help to convert Arduino C/C++ code to Assembly code.

Step 1: Choose the Arduino *.elf file (generated when you compile C/C++ code in the IDE, usually located in Temp folder).
Step 2: Choose the output txt file, the assembly code will be witten to this file.
Step 3: Click Convert.

The software requires .NET 4.0
Notepad++ recommended (to view Assembly code with colorful text): https://notepad-plus-plus.org/

The idea comes from:
http://forum.arduino.cc/index.php?topic=37711.0
https://forum.arduino.cc/index.php?topic=50169.0

Contact me: maisonsmd@gmail.com

Today’s small-to-medium-sized (SMB) businesses and large enterprises are saving on their monthly communications costs by making one simple decision: to switch to a VoIP service solution from their old, outdated Plain Old Telephone Service (POTS). By choosing a new VoIP service, these companies enjoy the flexibility, reliability, call features, and audio quality that only a VoIP service can provide. Plus, they cut their phone bill by up to 70%!

Website https://arduino-to-assembly-converter.sourceforge.io
Tags
License
Platform
Features
  • Convert C/C++ code to Assembly code
  • Automatically open output file when done converting
  • Use generated assembly to optimize your code (speed, memories)