MediaWiki:Sitenotice:
2025-12-29: I have restored the wiki to a backup from the end of November. Starting in September 2025, accesses went form the 800MB-1.2GB range per month to 26GB in September, 42GB in October, and 70GB in November with most accesses originating from China. As soon as I realized what was causing all the access problems in November, I shut it down (it had reached 36GB by then) behind a password/login screen. The database had gotten corrupted, and I tried a restore from just before the spike in access but that didn't work. Thus, end of November. I still have the other daily backups so if there were any important additions in December, let me know and maybe they can be recovered. - Allen H.

Software Development System (SDS80C): Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search
Luis46coco (talk | contribs)
Created page with "Pakage elaborated By The MICRO WORKS in 1981, more review..."
 
Luis46coco (talk | contribs)
mNo edit summary
Line 1: Line 1:
Pakage elaborated By [[The MICRO WORKS]] in 1981, more review...
Package elaborated By [[The MICRO WORKS]] in 1981, more review...
 
It consists of 3 programs, the editor, an assembler and a monitor.
 
The Editor is full screen with commands for certain actions, including:
 
 
ENTER - go down to next line
SPACE - move cursor to next character, skipping blocks of spaces
(left or right arrow) - move cursor left or right one character
(up or down arrows) - move cursor up or down one line
(shift+left or right arrow) - move cursor to left edge or right edge, of last text on line
L - insert lines, exit with BREAK
D - delete lines, exit with ENTER
X - exchange text; insert or delete characters, exit with ENTER
F - find string (-F searches backwards)
C - find and change string (-C searches forward from the beginning)
A - do last find or change again (for global*)
P - go forward one page (-P goes backwards one page)
T - copy block of text
M - move block of text
J - jump to beginning or end
W - write file to tape
R - read file from tape
@ - assemble file
& - recover file after reset
 
The Monitor is a reduced version of CBUG

Revision as of 12:37, 17 April 2019

Package elaborated By The MICRO WORKS in 1981, more review...

It consists of 3 programs, the editor, an assembler and a monitor.

The Editor is full screen with commands for certain actions, including:


ENTER - go down to next line SPACE - move cursor to next character, skipping blocks of spaces (left or right arrow) - move cursor left or right one character (up or down arrows) - move cursor up or down one line (shift+left or right arrow) - move cursor to left edge or right edge, of last text on line L - insert lines, exit with BREAK D - delete lines, exit with ENTER X - exchange text; insert or delete characters, exit with ENTER F - find string (-F searches backwards) C - find and change string (-C searches forward from the beginning) A - do last find or change again (for global*) P - go forward one page (-P goes backwards one page) T - copy block of text M - move block of text J - jump to beginning or end W - write file to tape R - read file from tape @ - assemble file & - recover file after reset

The Monitor is a reduced version of CBUG