home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5077 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  35 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cix.compulink.co.uk!usenet
  3. From: jralph@cix.compulink.co.uk ("Jolyon Ralph")
  4. Subject: Re: Will the PPC split up the Amiga community?
  5. Message-ID: <DnyC57.4p8@cix.compulink.co.uk>
  6. Organization: Compulink Information eXchange
  7. References: <759.6640T1197T588@cs.ruu.nl>
  8. Date: Fri, 8 Mar 1996 13:58:19 GMT
  9. X-News-Software: Ameol32
  10.  
  11. > If AT introduces the PowerAmiga and developers start writing PPC stuff, 
  12. > won't that mean an enormous break between those who start 
  13. > programming/coding  for the PPC and those who will remain 680x0 
  14. oriented > just to stay backwards compatible?
  15.  
  16. Always a tricky question. We are certainly planning on having one unified 
  17. set of source files for Photogenics, with a #define PPC/#define 680x0 
  18. option, or a switch in the makefile, so 680x0 and PPC versions get built 
  19. together.
  20.  
  21. The problem we have at the moment is we have a small but significant 
  22. amount of 680x0 assembler code in the product. We may convert much of 
  23. this to C, but some may be left as 680x0 running under emulation on the 
  24. new machine, it depends on how critical the code is and how easy a mixed 
  25. code system will work on the new machines.
  26.  
  27. We even may try getting our hands dirty at PPC assembler if we can :-)
  28.  
  29. But, all of our customers at the moment run 680x0 machines. There are 
  30. millions of 680x0 machines out there. It would be crazy to ignore the
  31. 680x0 market, especially as our software is already limited by needing 
  32. >=68020 and >=Kickstart 3.0.
  33.  
  34. Jolyon - Almathera
  35.