]> cloudbase.mooo.com Git - avrcpm.git/commit - avrcpm/cpm/cpmdsk/MBASIC.COM
Initial implementation of blocking and deblocking algorithms.
authorLeo <erbl259-lmu@yahoo.de>
Fri, 16 Jul 2010 00:08:50 +0000 (00:08 +0000)
committerLeo <erbl259-lmu@yahoo.de>
Fri, 16 Jul 2010 00:08:50 +0000 (00:08 +0000)
commit6d8185ac77b49fdba95b1630d70ba7436ccd213b
tree4dcb4b5f3467fe5605cd102d972228a0d2203d38
parentc319c76bb6a7c6b370276034a6366ebe0a5c68c2
Initial implementation of blocking and deblocking algorithms.
See CP/M 2.2 ALTERATION GUIDE for reference.

* cpm/bios.asm:
  - New disk I/O interface.
  - 16 bit wide track numbers
  -  sectran competed. Unused translation table removed.
* cpm/ipl.asm:
  - New disk I/O interface.
* cpm/Makefile:
  - new target "installcpm": Install only system tracks.

* avr/z80.asm:
  - New disk I/O interface.
  - (de)blocking algorithm. Disk parameters are fixed for now.
  - 16 bit wide track numbers
  - register reorganisation
  - "printstr" saves *all* registers.

* cpm/cpmdsk/:
  - replaced demaged MBASIC.COM
  - added ELIZA.COM
  - removd ZORK1.*
  - added T.COM  (Timer control)

git-svn-id: svn://cu.loc/avr-cpm/trunk@30 57430480-672e-4586-8877-bcf8adbbf3b7
avrcpm/cpm/cpmdsk/MBASIC.COM