Epson Research and Development
Page 81
Vancouver Design Center
Programming Notes and Examples S1D13706
Issue Date: 01/02/23 X31B-G-003-03
void seWriteRegWord(DWORD Index, unsigned Value)
Description:
This routine writes the word contained in Value to the specified index.
Parameters:
Index Offset to the register pair to be written.
Value The value, in the least significant word, to write to the registers.
Return Value:
None.
void seWriteRegDword(DWORD Index, DWORD Value)
Description:
This routine writes the value specified to four registers starting at Index.
Parameters:
Index Offset to the first of four registers to be written to.
Value The dword value to be written to the registers.
Return Value:
None.