Browse Source
Merge pull request #537 from kiwisincebirth/map/doc-buffer_bank
Minor doc improvements
pull/539/head
Wayne Warthen
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
15 additions and
1 deletions
-
Source/Doc/SystemGuide.md
-
Source/Doc/UserGuide.md
|
|
@ -1147,6 +1147,13 @@ contain all sectors requested. Disk data transfers will be faster if |
|
|
the buffer resides in the top 32K of memory because it avoids a |
|
|
the buffer resides in the top 32K of memory because it avoids a |
|
|
double buffer copy. |
|
|
double buffer copy. |
|
|
|
|
|
|
|
|
|
|
|
Also for buffers in the top 32K of memory the Bank ID is not |
|
|
|
|
|
strictly required as this memory is alway mapped to the common bank. |
|
|
|
|
|
For buffers in the bottom 32KB ram, the Bank ID is used to identify |
|
|
|
|
|
the bank to use for the buffer. If you do not wih to use banked memory |
|
|
|
|
|
you will need to provide the current Bank ID, which can be obtained |
|
|
|
|
|
using [Function 0xF3 -- System Get Bank (SYSGETBNK)] |
|
|
|
|
|
|
|
|
### Function 0x14 -- Disk Write (DIOWRITE) |
|
|
### Function 0x14 -- Disk Write (DIOWRITE) |
|
|
|
|
|
|
|
|
| **Entry Parameters** | **Returned Values** | |
|
|
| **Entry Parameters** | **Returned Values** | |
|
|
|
|
|
@ -2736,7 +2736,14 @@ a variety of common ZCPR3 utilities. |
|
|
#### Documentation |
|
|
#### Documentation |
|
|
|
|
|
|
|
|
ZPM3 has no real documentation. You are expected to understand both |
|
|
ZPM3 has no real documentation. You are expected to understand both |
|
|
CP/M 3 and ZCPR 3. |
|
|
|
|
|
|
|
|
CP/M 3 and ZCPR 3. The best source of information is: |
|
|
|
|
|
|
|
|
|
|
|
* [CPM3 Users Guide]($doc_root$/CPM/CPM3 Users Guide.pdf) |
|
|
|
|
|
* [CPM3 Command Summary]($doc_root$/CPM/CPM3 Command Summary.pdf) |
|
|
|
|
|
* [CPM3 Programmers Guide]($doc_root$/CPM/CPM3 Programmers Guide.pdf) |
|
|
|
|
|
* [CPM3 System Guide]($doc_root$/CPM/CPM3 System Guide.pdf) |
|
|
|
|
|
* [Z-System Users Guide]($doc_root$/CPM/Z-System Users Guide.pdf) |
|
|
|
|
|
* [ZCPR3.3 User Guide]($doc_root$/CPM/ZCPR3.3 User Guide.pdf) |
|
|
|
|
|
|
|
|
#### Boot Disk |
|
|
#### Boot Disk |
|
|
|
|
|
|
|
|
|