M100 CP/M Application Software: Difference between revisions
From Bitchin100 DocGarden
Jump to navigationJump to search
Philip.avery (talk | contribs) No edit summary |
Philip.avery (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
|[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 | |[[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 | ||
|- | |- | ||
|||||||| | |||||||| | ||
Line 19: | Line 19: | ||
|'''GAMES'''|||||||| | |'''GAMES'''|||||||| | ||
|- | |- | ||
|[[Media:LADDER.zip|LADDER]]||LADDER||NO||YES||Classic | |[[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 | |[[Media:Othello.zip|Othello]]||OTHELLO||NO||YES||Classic Othello / Reversi game |
Revision as of 20:53, 27 May 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 | ||||
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 |