home *** CD-ROM | disk | FTP | other *** search
/ Compute! Gazette 1992 September / 1992-09.d64 / dliner.boot (.txt) < prev    next >
Commodore BASIC  |  2022-09-20  |  259b  |  10 lines

  1. 10 if a=0 then a=1:load"dliner",8,1
  2. 20 poke53280,6:poke53281,6
  3. 30 print"[147]dliner ready"
  4. 40 a$="to use, type sys52386,s,e...":gosub50
  5. 44 a$="where s is the starting address":gosub50
  6. 46 a$="and e is the ending address.":gosub50
  7. 48 end
  8. 50 for x=1to (20-len(a$)/2):printchr$(32);:next
  9. 60 printa$:return
  10.