| MediaWiki:Sitenotice |
|---|
| 2026-03-12: Cocopedia.com is now using a new caching system that should make things faster. Please let me know if you encounter any new issues.
2026-03-15: MediaWiki has been reinstalled and the old database and files restored. It was pretty clogged up from being upgraded so many times since 2004. I am also testing out Cloudflare to see if it can prevent the 'bot assaults that took the site down last year. 2026-03-16: Special thanks to Don Barber for hosting a backup mirror of CoCopedia: https://cocopedia.dgb3.net |
Software Development System (SDS80C): Difference between revisions
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: | ||
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 08: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