home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / dsp / 2022 < prev    next >
Encoding:
Text File  |  1992-08-26  |  933 b   |  22 lines

  1. Newsgroups: comp.dsp
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!news
  3. From: bil@cmn16.Stanford.EDU (Bill Schottstaedt)
  4. Subject: Re: Finding how much DSP56001 RAM is installed via program??
  5. Message-ID: <1992Aug26.134637.5838@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: DSO, Stanford University
  8. References: <17fb61INN572@agate.berkeley.edu>
  9. Date: Wed, 26 Aug 92 13:46:37 GMT
  10. Lines: 10
  11.  
  12. In article <17fb61INN572@agate.berkeley.edu> izumi@pinoko.berkeley.edu  
  13. (Izumi Ohzawa) writes:
  14. > Failure on any one pattern should break the loop.
  15. > The program just doesn't exit the loop...
  16.  
  17. I believe the program does not fail because the out-of-range NeXT DSP
  18. external memory addresses are mapped back onto lower addresses.
  19. For example, on an 8K dsp, an address like X:$B001 actually
  20. writes to X:1 (external, of course = $A001).  This makes it
  21. harder to figure out how much memory is actually out there.
  22.