Skip to content

Latest commit

 

History

History
43 lines (21 loc) · 1.72 KB

README.md

File metadata and controls

43 lines (21 loc) · 1.72 KB

Programs for the RC2014

Last updated 7th April 2024

Note: Some of these source files may have UNIX-style line endings, so may fail to run correctly if transferred directly via XMODEM etc. Simplest way to avoid this issue is to use cut and paste from the raw GitHub file into a CP/M ED session running in a terminal emulator, such as minicom.

BASIC 4.7b

  1. sunrise-sunset-minimal.bas: Sunset / sunrise calculator for a given latitude / longitude on a particular date. Minimal changes to the version published in Sky & Telescope https://skyandtelescope.org/astronomy-resources/basic-programs-from-sky-telescope/ so that it will run (' statements becomes REM, PRINT USING becomes PRINT).

  2. mastermind.bas: Simple Mastermind game. Guess the correct order and colour of 4 pegs.

Microsoft BASIC 5.21 (CP/M 2.2)

  1. valley2.bas: A version of Computing Today's "The Valley" that will work on a VT100 emulator, such as minicom, or with PicoTerm. Run with MBASIC VALLEY2.BAS /M:55000 /F:1 Three terminal types supported - vanilla VT100 (80x24), PicoTerm PetSCII (80x30) and PicoTerm CP437 (80x30)

Turbo Pascal 3.01A (CP/M 2.2)

  1. primes.pas: Prime number generator.

  2. radec.pas: RADEC - Right Ascension and Declination for all the planets (plus Pluto). Converted from 'Celestial BASIC', program 11.

  3. life.pas: Life - Conway's game of life. Requires a VT100 compatible display.

  4. life2.pas: Conway's game of life with the introduction of random cells. Requires a VT100 compatible display.

FTL (HiSoft) Modula-2 1.30 (CP/M 2.2)

  1. primes.mod: Prime number generator.

Aztec C 1.06D (CP/M 2.2)

  1. primes.c: Primes number generator.

Digital Research CBASIC80 2.0 (CP/M 2.2)

  1. primes80.bas: Prime number generator.