Skip to content

davervw/scrledit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrolling BASIC Editor for Commodore 64 (Source Code)

Article and binary program were originally published by COMPUTE!'s Gazette January 1988 magazine issue, and also the corresponding floppy disk subscription

This main branch is the previously unpublished source code written by me (David R. Van Wagner) in 1987. For updates, see the control-left-right branch.

Instructions for building from source

  1. Get a copy of Fast Assember from COMPUTE!'s Gazette January 1986 or FA+*
  2. Load/Run Fast Assembler
  3. LOAD "SCRLEDIT.SRC",8
  4. RUN
  5. Will create SCRLEDIT program on disk 8
  6. SYS 64738
  7. LOAD "SCRLEDIT",8
  8. RUN
  9. See the original article for how to use

*Coincidentally FA+ is Fast Assembler plus Scrolling BASIC Editor built in August 1987

Keystrokes

Key Description
F1 Scroll up listing
F3 Beginning of line
F5 End of line
F7 Scroll down listing
Ctrl+Down Bottom of screen
Ctrl+Ins Insert Line
Ctrl+Return Toggle Scroll Edit Keys On/Off

About

Scrolling BASIC Editor for Commodore 64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors