home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / cbm / 3510 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  875 b 

  1. Path: sparky!uunet!olivea!hal.com!decwrl!access.usask.ca!ccu.umanitoba.ca!lu
  2. From: lu@ccu.umanitoba.ca (Zhengfang Lu)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: ibmpc machine language to run on c64?
  5. Keywords: ibm conversion
  6. Message-ID: <1992Aug31.144407.11299@ccu.umanitoba.ca>
  7. Date: 31 Aug 92 14:44:07 GMT
  8. References: <barryg.715245793@cortex.physiol.su.oz.au>
  9. Sender: news@ccu.umanitoba.ca
  10. Organization: University of Manitoba, Winnipeg, Canada
  11. Lines: 7
  12. Nntp-Posting-Host: uhura.cc.umanitoba.ca
  13.  
  14. In <barryg.715245793@cortex.physiol.su.oz.au> barryg@cortex.physiol.su.oz.au (Barry Gow) writes:
  15.  
  16. >I have some software  written in 8088/8066 machine code for the IBM-PC
  17. As far as I know you would have to completely recode the whole program.
  18. 80x86 is WAY different than 6502.  Whereas MOV is the biggy in 80x86, it's
  19. the ole LoaD and STore registers (wow, all 3, :)) for the c64.
  20.  
  21.