Author Topic: convert hex to asm  (Read 2329 times)

0 Members and 1 Guest are viewing this topic.

Offline E37

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +23/-0
  • Trial and error is the best teacher
    • View Profile
convert hex to asm
« 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
I'm still around... kind of.

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: convert hex to asm
« Reply #1 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.

Offline E37

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 358
  • Rating: +23/-0
  • Trial and error is the best teacher
    • View Profile
Re: convert hex to asm
« Reply #2 on: December 09, 2015, 05:21:29 pm »
Awesome! (I can't see why I didn't download it earlier)
I'm still around... kind of.