Files
RomWBW/Source/CPM3
Wayne Warthen 3f63c92fd5 HBIOS Cleaning
- Rearranged HBIOS code to improve colocation of related code.
- Implemented macros to improve control over assembly diagnostic output.
- Improved handling of diagnostic LEDs.
- Improved application boot bank management.
- Implemented application boot for Z280 systems.
- Moved Z280_BNKSEL into proxy.
-
2024-04-30 14:18:59 -07:00
..
2019-10-14 16:30:19 -07:00
2021-02-22 14:18:01 -08:00
2023-10-13 10:29:43 -07:00
2019-10-14 16:30:19 -07:00
2024-04-30 14:18:59 -07:00
2022-02-10 16:51:33 -08:00
2019-10-14 16:30:19 -07:00
2019-10-16 17:12:06 -07:00
2020-02-24 17:13:07 -08:00
2019-10-14 16:30:19 -07:00
2019-10-14 16:30:19 -07:00
2019-10-14 16:30:19 -07:00
2023-10-07 19:01:36 -07:00
2019-10-14 16:30:19 -07:00
2019-10-14 16:30:19 -07:00
2023-10-01 17:22:19 -07:00
2022-07-09 14:00:53 -07:00
2019-10-14 16:30:19 -07:00
2022-07-08 10:35:17 -07:00
2019-10-14 16:30:19 -07:00
2023-10-01 17:22:19 -07:00
2019-12-29 16:27:25 -08:00
2020-02-17 15:58:17 -08:00
2020-02-17 15:58:17 -08:00
2019-12-29 16:27:25 -08:00
2020-05-03 19:05:44 -07:00
2019-10-14 16:30:19 -07:00
2019-10-14 16:30:19 -07:00
2019-12-28 15:56:49 -08:00
2020-05-20 21:20:24 -07:00

CP/M 3
======

  This archive contains an almost complete build of CP/M 3.

  If you have the source distribution, the file MAKING.DOC explains how to
set up the build environment on your computer.

Differences from Digital Research CP/M 3
========================================

  All the CP/M 3 patches described in the document CPM3FIX.PAT have been
applied to the source code, except those to INITDIR. Patches 1-18 (except
nos. 5 and 9) were applied.

  CP/M 3 is now fully Year 2000 compliant. This affects the programs 
DATE.COM, DIR.COM and SHOW.COM.

  Dates can be displayed in US, UK or Year-Month-Day format. This is set by 
SETDEF:

      SETDEF [US]
      SETDEF [UK]
      SETDEF [YMD]  respectively.
  
  The CCP has a further bug fix: A command sequence such as:

  C1
  :C2
  :C3

  will now not execute the command C3 if the command C1 failed.

What's missing?
===============
INITDIR.COM - because it is written in PL/I and I can't make the
            PL/I compiler at <http://cdl.uta.edu/cpm> compile it.
            Apparently a more recent version of the compiler is 
            required.