Showing changes from revision #1 to #2:
Added | Removed | Changed
Entry | |
---|---|
R0 | 4 |
R1 | NVRAM address |
R2 | Pointer to buffer |
R3 | Number of bytes |
Exit | |
---|---|
All registers preserved |
The purpose of this call is to write a series of bytes to NVRAM from the buffer pointed to by R1.
If you only need to write one byte, you can use OS_NVMemory 2 instead.
This call will enable interrupts for the duration of the NVRAM operation.