home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5672 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Will the PPC split up the Amiga community?
  5. Date: Mon, 18 Mar 96 15:02:04
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960318.3EE518.D441@an112.du.pipex.com>
  9. References: <4i01aq$r3g@sunsystem5.informatik.tu-muenchen.de> <Do3nH5.11K@cix.compulink.co.uk> <314D0F1D.3BEC@sapiens.com>
  10. NNTP-Posting-Host: an112.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. Avi Lev (avil@sapiens.com) wrote:
  14. : Jolyon Ralph wrote:
  15. : > 
  16. : > > you know how it will work on Ami ? i.e. mix PPC code & 68k code ?
  17. : > > for example what about emulated 68k code doing lib calls of
  18. : > > a PPC-code lib ?
  19. : > 
  20. : > No. And I'd like to know that ASAP....
  21. : > 
  22. : > Jolyon
  23. : it will NEVER work properly since the register mappings are completely different between 
  24. : the 2 processors, and if functions in libraries, written in PPC native code, return the 
  25. : result in some PPC register, it will not have to be in d0 under 68k emulation when it gets 
  26. : back to the calling routine running under emulation.
  27.  
  28. There is nothing to prevent the emulator providing a translation layer between
  29. emulated 68k programs and PPC versions of the OS functions they use. In fact,
  30. it is inevitable - how else are 68k programs to be provided with access to
  31. native hardware other than through such a layer?
  32.  
  33. -- Mat.
  34.