Projects

Disassembler

Programmed a Disassembler in 68k Assembly Language

Inputs:

  • Starting Memory Address
  • Ending Memory Address

Outputs:

  • Converts binary into assembly language for all the opcodes listed in the image above  within the desired memory range
  • Output is stored in a text file

Assumptions:

  •  Available access to the desired memory range