Skip to content
/ bin2asm Public

convert binary files into GNU assembler, with symbol tagging

License

Notifications You must be signed in to change notification settings

fhtk/bin2asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

*****

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages