M100 CP/M Application Software: Difference between revisions
From Bitchin100 DocGarden
Jump to navigationJump to search
Philip.avery (talk | contribs) No edit summary |
No edit summary |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
{| class="wikitable" | {| class="wikitable" | ||
|'''.zip download'''||'''Name'''||''' Works on 40x8 '''||''' Works on 80x24 '''||'''Description & Notes''' | |'''.zip download'''||'''Name'''||''' Works on 40x8 '''||''' Works on 80x24 '''||'''Description & Notes''' | ||
|- | |||
|||||||| | |||
|- | |||
|'''LANGUAGES'''|||||||| | |||
|- | |- | ||
|[https://www.bdsoft.com/dist/bdsc-all.zip BDS-C]||BDS-C C-language compiler||YES||YES||K&R C. Noted for its fast compile time. Further info [https://www.bdsoft.com/resources/bdsc.html here] | |[https://www.bdsoft.com/dist/bdsc-all.zip BDS-C]||BDS-C C-language compiler||YES||YES||K&R C. Noted for its fast compile time. Further info [https://www.bdsoft.com/resources/bdsc.html here] | ||
|- | |- | ||
|} | |[[Media:Tiny3.zip|TINY]]||Tiny Basic||YES||YES||Tiny Basic from mid-1970s. All input must be in uppercase. Use BYE to exit. Includes Tic-Tac-Toe game. LOAD TAC | ||
|- | |||
|||||||| | |||
|- | |||
|'''GAMES'''|||||||| | |||
|- | |||
|[[Media:Adventure.zip|Adventure]]||Adventure||YES||YES||Classic text-mode adventure game | |||
|- | |||
|[[Media:LADDER.zip|LADDER]]||LADDER||NO||YES||Classic Ladder game. Use 4&6 for left/right, space to jump. (8 for up?) | |||
|- | |||
|[[Media:Othello.zip|Othello]]||OTHELLO||NO||YES||Classic Othello / Reversi game | |||
|- | |||
|||||||| | |||
|- | |||
|'''TEXT EDITORS'''|||||||| | |||
|- | |||
|[[Media:VED40.zip|VEDIT40]]||VEDIT40||YES||NO||Full-screen text editor configured for M100 LCD - 40x8. Very similar to M100 TEXT. Thanks to Steve Adolph | |||
|- | |||
|[[Media:VED80.zip|VEDIT80]]||VEDIT80||NO||YES||Full-screen text editor configured for M100 VT-100 - 80x24. Very similar to M100 TEXT. Thanks to Steve Adolph | |||
|- | |||
|[[Media:VEDcust.zip|VEDIT customization info]]||-||-||-|| Customization info used to create VED40 and VED80 | |||
|- | |||
|[[Media:VEDIT.zip|VEDIT distribution]]||-||-||-|| VEDIT distribution 1.32 | |||
|- | |||
|||||||| | |||
|- | |||
|'''Utilities'''|||||||| | |||
|- | |||
|[[Media:Dir-utils.zip|D]]||D||YES||YES||A better directory lister. Includes D1, D2, D3, D4 -- pick the format you like best. | |||
|- | |||
|[[Media:Sweep.zip|SWEEP]]||SWEEP||YES||YES||A massively useful file management program. | |||
|||||||| | |||
|-} |
Latest revision as of 12:59, 11 October 2020
Here is known-good CP/M software for the M100 including that which is configured or patched to work on the M100. If you find more software, please make it known on the bitchin100.com discussion list & we'll include it here.
.zip download | Name | Works on 40x8 | Works on 80x24 | Description & Notes | ||||
LANGUAGES | ||||||||
BDS-C | BDS-C C-language compiler | YES | YES | K&R C. Noted for its fast compile time. Further info here | ||||
TINY | Tiny Basic | YES | YES | Tiny Basic from mid-1970s. All input must be in uppercase. Use BYE to exit. Includes Tic-Tac-Toe game. LOAD TAC | ||||
GAMES | ||||||||
Adventure | Adventure | YES | YES | Classic text-mode adventure game | ||||
LADDER | LADDER | NO | YES | Classic Ladder game. Use 4&6 for left/right, space to jump. (8 for up?) | ||||
Othello | OTHELLO | NO | YES | Classic Othello / Reversi game | ||||
TEXT EDITORS | ||||||||
VEDIT40 | VEDIT40 | YES | NO | Full-screen text editor configured for M100 LCD - 40x8. Very similar to M100 TEXT. Thanks to Steve Adolph | ||||
VEDIT80 | VEDIT80 | NO | YES | Full-screen text editor configured for M100 VT-100 - 80x24. Very similar to M100 TEXT. Thanks to Steve Adolph | ||||
VEDIT customization info | - | - | - | Customization info used to create VED40 and VED80 | ||||
VEDIT distribution | - | - | - | VEDIT distribution 1.32 | ||||
Utilities | ||||||||
D | D | YES | YES | A better directory lister. Includes D1, D2, D3, D4 -- pick the format you like best. | ||||
SWEEP | SWEEP | YES | YES | A massively useful file management program. |