icyfox168168 / bin2asm

convert binary files into GNU assembler, with symbol tagging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*****

bin2asm
convert binary files into GNU assembler, with symbol tagging

Copyright © 2020 Alexander Nicholi
Released under Mozilla Public License 2.0.

*****

NOTES:

1. Unlike in the old Python implementation, bin2asm no longer attempts to
   crudely ‘guess’ symbols from the filename when provded. As a result, the
   -s flag is now mandatory for valid use.
2. This rewrite brings support for .size directives, so now ofiles will show
   the sizes occupied by symbols. This may be useful for heuristics.

About

convert binary files into GNU assembler, with symbol tagging

License:Mozilla Public License 2.0


Languages

Language:C 100.0%