Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/30/12 00:43
Read: times


 
#188195 - Simple Conversion
Responding to: ???'s previous message
Hex File Data:
:10007800C2AF7400900336F07581217508F47509D4
:10008800017821E4F6D8FD90037374FDF090F00038

Equivalent ASM Source:
     ORG    0078h
     DB     0C2h,0AFh,074h,000h,090h,003h,036h,0F0h
     DB     075h,081h,021h,075h,008h,0F4h,075h,009h
     DB     001h,078h,021h,0E4h,0F6h,0D8h,0FDh,090h
     DB     003h,073h,074h,0FDh,0F0h,090h,0F0h,000h

     END

This conversion should be trivially easy to implement in a small utility written in C, Basic or even PERL. If you do not want to write the whole process you could use one of many HEX2BIN utilities off the web to convert the Hex file to a binary format and then the utility that you would write could be a simple binary to DB statement converter.

Have Fun,
Michael Karas


List of 6 messages in thread
TopicAuthorDate
hex to asm convertwe            01/01/70 00:00      
   Human brain Mk 1            01/01/70 00:00      
   I once was tasked ...            01/01/70 00:00      
   Have you checked the index on 8052.COM?            01/01/70 00:00      
   Simple Conversion            01/01/70 00:00      
      SRecord            01/01/70 00:00      

Back to Subject List