WritePhysicalMemory
Previous  Top  Next

procedure   WritePhysicalMemory( PhysAddr: Longword; Offset: LongWord; Counter: Longword; Buffer: Pointer);  



Writes array of bytes from a buffer ti the physical memory.

PhysAddr - base physical address of memory,  
Offset   - specifies the byte offset in the memory where the write operation begins,  
Counter  - specifies the number of bytes to be written to the memory,  
Buffer   - pointer to a buffer from which an array of byte values is to be written.