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

  1. Path: nj5.injersey.com!jeremyn
  2. From: jeremyn@nj5.injersey.com (Jeremy )
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: What is a "Line 1011 emulator  " error ?
  5. Date: 23 Mar 1996 19:36:20 GMT
  6. Organization: Asbury Park Press
  7. Message-ID: <4j1jrk$d8u@news.injersey.com>
  8. References: <4ip7j3$set@badger.wmin.ac.uk> <4ip8td$k3e@soleil.uvsq.fr> <4islck$eig@ar.ar.com.au>
  9. NNTP-Posting-Host: nj5.injersey.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Storm/Cydonia (storm@ar.ar.com.au) wrote:
  13. > Nicolas Pomarede (pomarede@isty-info.uvsq.fr) wrote:
  14. > : iuyec@westminster.ac.uk (Ambrose Adamson) wrote:
  15. > : >Every time I run my program, after its finished I get a guru which happens
  16. > : >to report that a "line 1011 emulator" error has occured. I have read the 
  17. > : >"Amiga ROM Kernel Reference: libraries" book and and its says " execution
  18. > : >of opcode beginning with $F". could someone please explain to me what that
  19. > : >means ?
  20.  
  21. > : This means that when your program exits, he may jump to a random
  22. > : location in mem, where the first 2 bytes start with a $F.
  23. > : Perhaps you're messing with the stack pointer or something like this ?
  24.  
  25. > Are you sure about this? I thought this guru occured when one attempted
  26. > to execute an FPU or MMU instruction on a system that was not so equipped.
  27. > And that for FPU instructions the opcode (NOT the PC) started with $F.
  28.  
  29. > : Usually, it means that you're no more executing your own code, but
  30. > : that the CPU is trying to interpret a random location as code. 
  31.  
  32. > Possibly, or possibly he compiled his program for FPU when he doesn't
  33. > have one. Although if he did that I think it would crash instantly -
  34. > a friend made that mistake and as soon as the program tried to call
  35. > it's first OS routine it tried to put all FPU registers on the stack 
  36. > and crashed.
  37.  
  38. Interestingly, I got this error myself for the first time yesterday. Not 
  39. with my own program, mind you, but when attempting to run Megaball 4. I 
  40. tried it several times and got this guru each time.
  41.  
  42. This program has run perfectly on my machine (which is MMU and FPU 
  43. equipped) before.
  44.  
  45. Jeremy
  46. jeremyn@injersey.com
  47.  
  48.