don't click here

68kArray - format your disassembly data

Discussion in 'Engineering & Reverse Engineering' started by Hivebrain, Oct 29, 2021.

  1. Hivebrain

    Hivebrain

    Administrator
    3,049
    161
    43
    53.4N, 1.5W
    Github
    This program lets you convert data between binary and assembly formats easily. It also does some text formatting, so you can switch between bytes/words/longwords and signed/unsigned, change items per row, indents and various other things.

    Download v1.0 here

    68kArray.png
     
    • Useful Useful x 4
    • Like Like x 1
    • Informative Informative x 1
    • List
  2. Hivebrain

    Hivebrain

    Administrator
    3,049
    161
    43
    53.4N, 1.5W
    Github
    Update to v1.1

    Added "clear all" button and decimal output option.
     
  3. Hivebrain

    Hivebrain

    Administrator
    3,049
    161
    43
    53.4N, 1.5W
    Github
    Update to v1.2

    • Added "disable output" option.
    • Made output more efficient by only calculating padding width once.