Writing
Write(Destination_file, Source_addr, Size)
-
- Destination_file = the logical file name where the data will be written.
- Source_addr = first address of the memory block where the data to be written is stored.
- Size = the number of bytes to be written.