Added F_RANDREC to the list of calls

This commit is contained in:
Bobbi Webber-Manners 2019-10-20 22:29:53 -04:00
parent 6a279a1025
commit 2d23478e7d
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ CP/M programs really need to see.
- BDOS call 1FH: `DRV_DPB` - Get Drive Parameter Block address
- BDOS call 20H: `F_USERNUM` - Get/set user number
- BDOS call 22H: `F_SIZE` - Compute file size
- BDOS call 24H: `F_RANDREC` - Update random access pointer
- BDOS call 25H: `DRV_RESET` - Selectively reset disk drives
There are two parts to the BDOS emulation: