home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1992 October / 1992-10.d64 / dynamic.mem (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  839b  |  25 lines

  1. 0 clr
  2. 1 rem copyright 1991 - compute publications intl ltd - all rights reserved
  3. 5 rem - dynamic.mem -
  4. 10 rem - re-direct interrupt vector to inserted program -
  5. 15 data 120,169,145,141,20,3,169,3
  6. 20 data 141,21,3,88,96
  7. 25 rem - show basic pointers 43-56 on 1st line of screen -
  8. 30 data 162,13,181,43
  9. 40 data 157,0,4,202,16,248
  10. 70 rem - show last 80 stack bytes on 2nd & 3rd screen lines -
  11. 75 data 162,79,189,176,1,157,40,4
  12. 80 data 202,208,247
  13. 85 rem - show input buffer on 4th & 5th line of screen -
  14. 90 data 162,79,189,0,2,157,120,4
  15. 95 data 202,16,247
  16. 100 rem - show 1st 160 basic program bytes on lines 6,7,8 & 9 of screen -
  17. 105 data 162,55,189,1,8,157,200,4
  18. 110 data 202,16,247
  19. 115 data 162,103,189,57,8,157,0,5
  20. 120 data 202,16,247
  21. 125 rem - back to regular interrupt routine -
  22. 130 data 76,49,234
  23. 135 forj=900to969:readk:pokej,k:next
  24. 200 print"[147]dynamic memory in place":print"sys 900 to use"
  25.