• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Feb-2020-

MakefileH A D10-Nov-20201.1 KiB6047

READMEH A D10-May-2020429 116

_putoffset.cH A D05-Jan-2020333 207

bdos.cH A D05-Jan-2020290 2718

bios.cH A D05-Jan-2020645 5236

change_volume.cH A D05-Jan-2020222 165

close.cH A D05-Jan-2020477 3217

creat.cH A D05-Jan-2020668 4727

dir_get_entry_name.cH A D05-Jan-2020582 4624

dir_get_entry_size.cH A D30-Aug-2020429 218

dir_get_entry_type.cH A D05-Jan-2020198 165

dir_move_first.cH A D05-Jan-2020621 3014

dir_move_next.cH A D05-Jan-2020664 2612

execv.cH A D10-Nov-2020856 4119

fcntl.lstH A D10-Nov-20201.3 KiB2928

fdgetpos.cH A D05-Jan-2020288 2512

fdtell.cH A D05-Jan-2020226 2411

get_current_volume.cH A D05-Jan-2020215 165

get_dir_name.cH A D05-Jan-2020258 197

getfcb.cH A D05-Jan-2020384 2914

lseek.cH A D05-Jan-2020891 5436

open.cH A D10-May-20201.7 KiB7140

parsefcb.cH A D05-Nov-20206.3 KiB317245

read.cH A D02-Jun-20202 KiB9277

readbyte.cH A D15-Jan-2020285 229

remove.cH A D05-Jan-2020435 3216

rename.cH A D05-Jan-2020688 4723

setfcb.cH A D05-Jan-2020709 4024

stat.cH A D30-Aug-20202 KiB9648

write.cH A D16-May-20202.1 KiB9072

writebyte.cH A D05-Jan-2020216 185

README

1CPM Disc access routines
2
3These routines are a port of the Hitech C routines.
4
5They've been modified to work within the z88dk stdio framework and
6seem to quite well within the tests that I've made. There is no distinction
7between binary and text files.
8
9May 2020 - feilipu. Added sequential read and write to try to improve performance for large buffer moves. Issue uncovered through performance comparision with CP/M PIP tool.
10
11