home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / hardware / dsp / DSPMemorySize.README < prev    next >
Encoding:
Text File  |  1992-10-08  |  1.2 KB  |  27 lines

  1. ; README for dspmemsize.asm [V0.90, 92-09-10]
  2. ;
  3. ; Dear Archive maintainer,
  4. ;     Please store DSPMememorySize.tar.Z in the directory for DSP related programs.
  5. ;
  6. ; Description: Program to find if the external DSP RAM is 8kw or 32kw on NeXT.
  7. ; Tested for Release 2.1
  8. ;
  9. ;
  10. ; Written by Izumi Ohzawa.
  11. ;
  12. ;
  13. ;; It does not do a real test, but relies on memory map of 8k/32kword configurations.
  14. ;; If larger DSP RAM expansion becomes available for NeXT, this program will break and
  15. ;; must be modified accordingly.
  16. ;; Currently, it simply test if there are actually 32k unique memory cells that can
  17. ;; retain values.  This is done by writing the address value into each memory location,
  18. ;; and reading them back to see if the address == content.
  19. ;; If any mismatch is found, then we just assume that the external RAM size is 8kw.
  20. ;; Mismatches will be found for 8kw configuration because 8kw of RAM is aliased into
  21. ;; 32kw address space multiple times, i.e., same physical memory cell appears at
  22. ;; 4 different addresses.
  23. ;; If all 32kwords can retain unique values, we assume the RAM size is 32kw (it may be
  24. ;; actually larger if larger SIMM is installed.
  25. ;; Since all addresses are presented with memory cells, we don't have to worry about
  26. ;; floating data lines.
  27.