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

  1. Path: uvsq.fr!Newsmaster
  2. From: Nicolas Pomarede <pomarede@isty-info.uvsq.fr>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: What is a "Line 1011 emulator  " error ?
  5. Date: 20 Mar 1996 15:40:29 GMT
  6. Organization: Universite de Versailles/St Quentin en Yvelines - France
  7. Message-ID: <4ip8td$k3e@soleil.uvsq.fr>
  8. References: <4ip7j3$set@badger.wmin.ac.uk>
  9. NNTP-Posting-Host: athanase.isty-info.uvsq.fr
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX B.10.01 9000/819)
  14. X-URL: news:4ip7j3$set@badger.wmin.ac.uk
  15.  
  16. iuyec@westminster.ac.uk (Ambrose Adamson) wrote:
  17. >Every time I run my program, after its finished I get a guru which happens
  18. >to report that a "line 1011 emulator" error has occured. I have read the 
  19. >"Amiga ROM Kernel Reference: libraries" book and and its says " execution
  20. >of opcode beginning with $F". could someone please explain to me what that
  21. >means ?
  22. >
  23.  
  24. This means that when your program exits, he may jump to a random
  25. location in mem, where the first 2 bytes start with a $F.
  26. Perhaps you're messing with the stack pointer or something like this ?
  27.  
  28. Usually, it means that you're no more executing your own code, but
  29. that the CPU is trying to interpret a random location as code. 
  30.  
  31.  
  32. ----------------
  33. Nicolas Pomarede
  34. e-mail: pomarede@isty-info.uvsq.fr
  35.  
  36.