caramoan tour package

caramoan tour package

Author Topic: HEX CODE CONVERSION TO SOURCE CODE  (Read 4645 times)

Offline underprezzure

  • Lead Acid Battery
  • *******
  • Posts: 913
  • Pogi/Ganda Points: 44
  • Gender: Male
  • Destroyer! Web Crawler! Buster! Babaylan!
    • www.instructables.com
Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #20 on: September 11, 2008, 02:34:59 AM »
Yes!

an example software that does this...

http://www.textmaestro.com/InfoEx_17_Convert_Assembly.htm
According to that site : "TextMaestro can handle any type of Assembly language, including Alpha,  Intel-8086, Motorola, and MIPS." Asan ang assembly code for Atmel and PIC?

-underpazz campaigns for more post on technical threads
I am not reinventing the wheel, I am just making a difference.
Follow Forum Rules and Regulations
Search the forum before posting
Zero tolerance on spam
Stop thread hijack

Philippine Electronics Forum

Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #20 on: September 11, 2008, 02:34:59 AM »

Offline ef - el - ay - pee

  • Lead Acid Battery
  • *******
  • Posts: 680
  • Pogi/Ganda Points: 34
  • Gender: Male
  • Regrets, I have a few...
    • The Taste Bytes Food Blog
Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #21 on: September 11, 2008, 02:40:31 AM »
sabi po kasi nya any assembly, hehehe, baka di nya lang namention.....hahaha :)
"Engineers are the Oompah-Loompahs of Science" - Dr. Sheldon Lee Cooper

Philippine Electronics Forum

Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #21 on: September 11, 2008, 02:40:31 AM »

Offline underprezzure

  • Lead Acid Battery
  • *******
  • Posts: 913
  • Pogi/Ganda Points: 44
  • Gender: Male
  • Destroyer! Web Crawler! Buster! Babaylan!
    • www.instructables.com
Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #22 on: September 11, 2008, 02:47:37 AM »


sabi po kasi nya any assembly, hehehe, baka di nya lang namention.....hahaha :)
As the thread goes it seems this thread is all about microcontroller hex codes to assembly codes.  just like the interpretation of Admin
i think what she is trying to say is the .HEX code of a microcontroller.. i think it is not possible to convert the .HEX file of a microcontroller into Assembly, C or Basic..

Well, anyways.. baka may alam ka pa jan... ;)

-underpazz campaigns for more post on technical threads
I am not reinventing the wheel, I am just making a difference.
Follow Forum Rules and Regulations
Search the forum before posting
Zero tolerance on spam
Stop thread hijack

Philippine Electronics Forum

Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #22 on: September 11, 2008, 02:47:37 AM »

Offline ef - el - ay - pee

  • Lead Acid Battery
  • *******
  • Posts: 680
  • Pogi/Ganda Points: 34
  • Gender: Male
  • Regrets, I have a few...
    • The Taste Bytes Food Blog
Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #23 on: September 11, 2008, 02:55:37 AM »
mukha pong microprocessor assembly lang ang kaya.... :(

    *  ASM51C – converts assembly for Intel 8051, 8052 and other to C
    * MASM2C – converts Microsoft MASM assembly to C
    * RASM2C – converts Motorola RASM01 RASM05 RASM09 RASM11 assembly to C
    * ASM68C –converts ASM68xx ASM6800, ASM6801, ASM6805, ASM6809, and ASM6811 assembly to C
    * ASM68K2C – converts Motorola ASM68K ASM68000, ASM 68010 ASM68020 and ASM68040 assembly to C
    * ASM862C – converts all Intel ASMx86, ASM86, ASM186, ASM286, ASM386, ASM486 assembly to C
    * TASM2C - converts Borland assembly to C
    * ASM360C – converts IBM 360 assembly to C
    * ASM370C – converts IBM 370 assembly to C
    * ASM390C – converts IBM 390 assembly to C
    * PPC2C - converts PowerPC assembly to C
"Engineers are the Oompah-Loompahs of Science" - Dr. Sheldon Lee Cooper

Philippine Electronics Forum

Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #23 on: September 11, 2008, 02:55:37 AM »

Offline zer0w1ng

  • Technical People
  • Gas Turbine
  • *****
  • Posts: 2179
  • Pogi/Ganda Points: 305
  • Gender: Male
  • Enter any 11-digit prime number to continue...
    • The Cebuano Geek
Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #24 on: September 11, 2008, 07:38:27 AM »
si zerowing napost nya yata before na meron siyang hex to asm na utility... di ko rin sure kung pwedeng gawin ito under ng MPLAB...

I don't have any software to do this but MPLAB has a built-in disassembler.
The steps are:
-Select the MCU type first in Configure/Select Device then choose the right PIC in the "device" pull-down field then click OK.
-Click File/Import then point the "open" dialog to your hex file.
-It will then be loaded into MPLAB simulator's program memory
-Lastly click View/Program Memory

The converted assembly listing of the hex file will be shown.  But the addresses and constant literals are in hexadecimal notation.

Maybe there are other reverse-engineering/disassembler tools out there in the net.  I have not used any disassembler.  In reverse-engineering, we just copy its functionality and do the code myself.
The Cebuano Geek

Philippine Electronics Forum

Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #24 on: September 11, 2008, 07:38:27 AM »

Offline emely

  • LR44 Battery
  • *
  • Posts: 2
  • Pogi/Ganda Points: 0
Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #25 on: September 13, 2008, 04:20:23 PM »
ano ibig mo sabihin number system ba? hexadecimal, binary, octal and decimal conversion?

kung ganun madali lang - by base gawin mo, may mga computer languages na prepared na yung pati mga ascii

bali po meron akong naresearch n hex code...di ko alam kung papano yan iconvert to source code using assembly language...

Offline maldihtah13

  • Technical People
  • Nuclear Reactor
  • *****
  • Posts: 4669
  • Pogi/Ganda Points: 120
  • Gender: Female
  • Everyday is a learning process so try to learn ;D
    • Blogspot
Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #26 on: September 15, 2008, 10:01:07 AM »
try nyo ito:

HEX Disassembler

Tapos post your comment.

Philippine Electronics Forum

Re: HEX CODE CONVERSION TO SOURCE CODE
« Reply #26 on: September 15, 2008, 10:01:07 AM »

 

Privacy Policy

Contact Us: elabph@yahoo.com