]> cloudbase.mooo.com Git - avrcpm.git/commit - avrcpm/cpm/ipl.asm
From experimental:
authorLeo <erbl259-lmu@yahoo.de>
Mon, 19 Jul 2010 15:25:20 +0000 (15:25 +0000)
committerLeo <erbl259-lmu@yahoo.de>
Mon, 19 Jul 2010 15:25:20 +0000 (15:25 +0000)
commitdb568140f48e404231f1b9d5b99680073c94bf49
tree970cd33d45ed63eba3d151d6f15bff6d5e0003aa
parent6d8185ac77b49fdba95b1630d70ba7436ccd213b
From experimental:
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@32 57430480-672e-4586-8877-bcf8adbbf3b7
avrcpm/avr/z80.asm
avrcpm/cpm/Makefile
avrcpm/cpm/bios.asm
avrcpm/cpm/cpmdsk/ELIZA.BAS [new file with mode: 0644]
avrcpm/cpm/cpmdsk/ZORK1.COM [deleted file]
avrcpm/cpm/cpmdsk/ZORK1.DAT [deleted file]
avrcpm/cpm/cpmdsk/t.bin [new file with mode: 0644]
avrcpm/cpm/ipl.asm