The disassembler is used to translate a relocatable binary code to its assembly language
counterpart. The input binary file must be in the ELF format. The disassembler also requires
a processor specification in the IR. The disassembler is available as a command `disa'.