home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 178 / JRNOTES.ZIP / JRNOTE12.DOC < prev    next >
Text File  |  1986-12-17  |  2KB  |  25 lines

  1. AH10226 How to find out how much memory is on the system                
  2.                                                                         
  3. 11/11/85                                                                
  4. BASIC Interpreter by Microsoft                     (6025010)            
  5. BASIC Compiler Version 1.0 (DOS)                   (6024003)            
  6. PCjr BASIC (Cartridge)                             (6024101)            
  7. Personal Computer AT System Unit/Keyboard (5170068, 5170099)            
  8. Personal Computer XT System Unit/Keyboard          (5160087)            
  9. PCjr System Unit/Keyboard                 (4860004, 4860067)            
  10. Personal Computer System Unit/Keyboard             (5150114)            
  11. BASIC Compiler Version 2.0 (DOS)                   (6024216)            
  12.                                                                         
  13. KEYWORDS: INFORMATION                                                   
  14. The amount  of  memory  on  the  system unit may be found by            
  15. using the following line:                                               
  16.                                                                         
  17.     10 DEF SEG=0                                                        
  18.     20 MEM=(256*PEEK(&H414))+PEEK(&H413)                                
  19.               *** END OF DOCUMENT  ***                                  
  20.                                                                         
  21. Note :  This modification or recommendation has not been subjected to   
  22.         exhaustive testing and may not, in all circumstances, provide   
  23.         a complete solution.                                            
  24. sting and may not, in all circumstances, provide   
  25.         a complete solution.