home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text0527.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.2 KB  |  41 lines

  1. Content-Transfer-Encoding: 7bit
  2. Content-Length: 1102      
  3. Sender: owner-executor@nacm.com
  4. Precedence: bulk
  5.  
  6.  
  7. Hi gang,
  8.  
  9. I know that this is inappropriate to post on either of these lists, but
  10. I hear it talked about so often that I thought I might ask here.
  11.  
  12. I am working on a project that will convert simple binaries across
  13. two platforms and or back again. This is similar to a program 
  14. I picked up called, "86to68", which converts 8086 asm to 68000 asm.
  15. I am attempting to do this from the assembled [binary ] 
  16. level. Sort of a re-assembler. Things are working out well, but I have
  17. been ignoring, until now, the endian difference.
  18.  
  19. My question is: What patterns should the program look for? What kind
  20. of strategy should the program use to check?
  21. I'll admit, I am a little  ignorant on the subject. 
  22. Can this be swapped statically at all? 
  23. If so, Should I execute the program internally and tag all references to 
  24. 16+bit  data?  
  25. If not... am I going to have to add a swap routine to every
  26. program that is reassembled?  I'm confused. 8-)
  27.  
  28. Right now, I am only implementing a 2 pass dissasemble that 
  29. does nothing with what appears to be dataspace.
  30.  
  31.  
  32. Mat? Cliff? DJ? anyone???
  33.  
  34.         Help! 
  35.  
  36.             --Charles Hunter
  37.  
  38.  
  39.  
  40.  
  41.