Error = ReadBattMem(buffer, offset, len)
D0 A0 D0 D1
ULONG ReadBattMem(APTR, ULONG, ULONG);
Read a bitstring from nonvolatile ram.
The battery-backed memory is checksummed. If a checksum error is detected, all bits in the battery-backed memory are silently set to zero.
Bits in the battery-backed memory that do not exist are read as zero.
Partial byte reads (less than 8 bits) result in the bits read being put in the low-order bits of the destination byte.