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

  1. Path: news.vol.it!news
  2. From: bizzetti@mbox.vol.it (Fabio Bizzetti)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: What is a "Line 1011 emulator  " error ?
  5. Date: 21 Mar 1996 15:27:43 GMT
  6. Organization: Video On Line
  7. Distribution: world
  8. Message-ID: <1833.6654T918T2069@mbox.vol.it>
  9. References: <4ip7j3$set@badger.wmin.ac.uk>
  10. NNTP-Posting-Host: molcl10.vol.it
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13.  
  14. >Every time I run my program, after its finished I get a guru which happens
  15. >to report that a "line 1011 emulator" error has occured. I have read the 
  16. >"Amiga ROM Kernel Reference: libraries" book and and its says " execution
  17. >of opcode beginning with $F". could someone please explain to me what that
  18. >means ?
  19.  
  20. >Many Thanks,
  21. >Ambrose Adamson,
  22. >iuyec@wmin.ac.uk
  23.  
  24.  
  25. It's an unimplemented coprocessor instruction.
  26. The cases are:
  27.  
  28. 1) You dont have a FPU or a MMU, but it is required by the code.
  29. 2) A simple bug, where the program counter reachs a zone where there's no
  30.    valid code, and the first instruction that crashes it is a coprocessor one.
  31. 3) You've a 68040/68060 and no patch to emulate unimplemented FPU instructions.
  32. 4) You've a 68030 and you're trying to execute a MMU 68851-only instruction.
  33. 5) You're using UselessAmigaEmulator on a Pentium Pro. ;-)
  34.  
  35.  
  36. ------------------------------------------------------------------------------
  37. |                                                                            |
  38. |           Stop that fucking imperialist embargo against Cuba.              |
  39. |                 Hasta Siempre Comandante Che Guevara.                      |
  40. |                                                                            |
  41. |                                                                            |
  42. |    Fabio "Maverick" Bizzetti - bizzetti@mbox.vol.it - Maverick* at IRC     |
  43. |              The maker of "CyberMan" and "Virtual Karting"                 |
  44. |   working on "Virtual Rally" and "StarFighter", the 3D game that will      |
  45. |                        bring the Amiga to the top                          |
  46. |                                                                            |
  47. ------------------------------------------------------------------------------
  48.  
  49.  
  50.