Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
401B

  1. ; memt
  2. ;
  3. ; Write all possible values in all possible addresses that follow the end of
  4. ; this program. That means we don't test all available RAM, but well, still
  5. ; better than nothing...
  6. ;
  7. ; If there's an error, prints out where.
  8. ;
  9. ; *** Requirements ***
  10. ; printstr
  11. ; stdioPutC
  12. ;
  13. ; *** Includes ***
  14. .inc "user.h"
  15. jp memtMain
  16. .inc "lib/ari.asm"
  17. .inc "lib/fmt.asm"
  18. .inc "memt/main.asm"
  19. USER_RAMSTART: