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

  1. Path: EU.net!sun4nl!xs4all!marketgraph!rvg
  2. From: rvg@marketgraph.xs4all.nl (Ruud van Gaal)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Message-ID: <0222nbj60.alamito@marketgraph.xs4all.nl>
  6. Date: Mon, 5 Feb 96 13:34:02 CET
  7. References: <4e8h9j$mp5@sinsen.sn.no> <4e8pk2$ntm@serpens.rhein.de><3873.6603T379T952@wr.com.au> <PETERM.96Jan31172831@tui.maths.irl.cri.nz> <3274.6607T382T680@wr.com.au>
  8. Reply-To: rvg@marketgraph.xs4all.nl
  9. X-Newsreader: Alamito Mail and News Manager (V2.0.4 for Waffle) registered to MARKETGRAPH VISUAL AUTOMATION
  10.  
  11. In <3274.6607T382T680@wr.com.au> accolyte@wr.com.au (Accolyte) wrote:
  12.  
  13. >> In my experience, most hardware-level coders can't even program the
  14. >> custom interrupts right.  They ignore VBR and/or clear the interrupt
  15. >> too close before the RTE (which doesn't allow for propagation time
  16. >> through the custom chips on fast Amigas).  Or their interrupt routines
  17. >> don't cope efficiently (or at all) with all kinds of keyboards ---
  18. >> much better to use an input-handler.
  19. >
  20. >A reflection on those programmers experience, and nothing to do with
  21. >hardware-hitting vs OS.
  22.  
  23. Sorry, you are wrong here. With your RTE problem, you wouldn't know that 
  24. clearing the int too soon would be a future problem, since you didn't know 
  25. the future. Amiga didn't know the future, but as they spotted the problem 
  26. when it arose, they could correct it in their kernel, and if you used the 
  27. kernel to do your stuff, it would still run.
  28. You never know how to exactly program a dynamic machine. Only the kernel 
  29. knows. Even though you know EVERYTHING now, you will NOT know it for the next 
  30. machine.
  31. So it HAS everything to do with HW-hitting vs. OS. The OS is as dynamic as 
  32. the HW is, while your program is static.
  33.  
  34. --
  35. Ruud van Gaal
  36. MarketGraph Visual Automation
  37. E-Mail                : rvg@marketgraph.xs4all.nl
  38. DoomShell 4.5 homepage: http://www.xs4all.nl/~jwkorver
  39. "...Works fascinates me. I could sit and watch it for hours..."
  40.  
  41.