Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: E37 on December 08, 2015, 09:17:28 pm

Title: convert hex to asm
Post by: E37 on December 08, 2015, 09:17:28 pm
Is there any tools to convert an asm program in hex to the instructions?
I want to convert compiled axe programs to asm instructions to help me learn asm.
(I already have the program in hex format)
An on calc solution would be awesome but any help would be great!
Thanks in advance!  ;D
Title: Re: convert hex to asm
Post by: Xeda112358 on December 09, 2015, 07:43:45 am
There are quite a few ways to do this, including an on-calc way to do it:
Download Calcsys, then figure out where the program starts in memory.
Go to that mem address and open the disassembler in Calcsys.
Title: Re: convert hex to asm
Post by: E37 on December 09, 2015, 05:21:29 pm
Awesome! (I can't see why I didn't download it earlier)