home *** CD-ROM | disk | FTP | other *** search
/ Run Magazine ReRun 1992 July & August / rerun-1992-07-08-side-a.d64 / scroller.txt < prev    next >
Text File  |  2022-09-20  |  1KB  |  10 lines

  1. Message Scroller 128
  2. by Bob Akerberg
  3.  
  4. As a programmer, I have written lots of programs over the years. I wanted a message scroller for the C-128 that would load from Basic and scroll the messages of my choice across the screen. In all my years of searching for the "right" scroller, I never found one that suits my needs.
  5.  
  6. After teaching myself the fine art of machine language programming, I wrote my own custom scrolling routine.  Message Scroller 128 is the result. Just select the program from Menu 128, enter a message at the program, then press Return. That's all there is to it! If you incorporate it into your own program, just enter SYS 3072 to execute it.
  7.  
  8. Message Scroller 128 also saves your message to a formatted work disk. Just follow the prompts for saving the message to disk, make certain there's a formatted work disk in the drive, and Message Scroller 128 does the rest. After activating the program, you can use the Bload command to load the message from disk into memory and scroll it by entering SYS 3072.
  9.  
  10.