Eight bits should be enough for anyone..
RSS icon Home icon
  • bin_to_asm

    ** ALL ASSEMBLERS SHOULD HAVE AN INCBIN DIRECTIVE! **

    But because some don’t (hnnng!) I threw these Windows/ PC utils together (in less time than it would take to do a web search to find something similar..) Text is formatted to 16 bytes per line..

    “bin-to-asm_hex.exe” outputs values in hex. EG:

    my_data:          db 012h,013h,014h… etc

    “bin-to_asm_dec.exe” outputs values in decimal. EG:

    my_data:          db 1,45,124… etc

    DOWNLOAD