home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / MRFiles / GSMEM.SFX / mem (.txt) < prev   
Encoding:
GEOS ConVerT  |  1990-02-12  |  1.4 KB  |  31 lines

  1. PRG formatted GEOS file V1.0
  2. CONVERTED WITH GEOSHELL V2.2
  3. <<cff
  4. `fkffc<<c
  5. hMemory      v1.0
  6. @Maurice Randall    
  7. CmdProcessorV2.0
  8. This command is equivalent to BASIC's PEEK and POKE commands.
  9. L#hLph
  10. k 3i,
  11. k 3i,
  12. k 3i,
  13. kJJJJ
  14. ~ nj,
  15. ~ nj,
  16. ~ nj,
  17. ~ nj,
  18.  TjLW
  19.  TjLW
  20. 0123456789abcdef8
  21. To PEEK a memory location:
  22. mem 1025
  23. will display the value at 1025.
  24. ...or using hex values:
  25. mem $0401
  26. To POKE a memory location:
  27. mem 1025=8    or:
  28. mem $0401=$08
  29. Address Invalid!
  30. Value Invalid!
  31.