Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
R1 | 4 + Flags |
R2 | Disc address |
R3 | Pointer to block to write, or 0 to format |
R4 | Format block |
Exit | |
---|---|
R1 | Preserved |
R2 | Preserved ? |
R3 | Preserved ? |
R4 | Preserved ? |
The purpose of this call is to write or format tracks.
If R3=0, this call formats a track of the specified disc, an error is generated, if the specified format is not possible to generate, or if the track requested is outside the valid range. The tracks are numbered from 0 to (number of tracks)-1. The mapping of the address is controlled by the disc structure record.
If R3<>0 then the data specified is written to the track.