hi C,
The device expects a Byte for the Address followed by a Byte for the Data to be written to that Address.
If you want to see the Bits in a Byte, use
SPICSOn
SPISend %10000000' Write to an Address, Set Bits 0 thru 6, to suit the required Bit Address, the RED BIT 7, means this is a WRITE operation.
WaitUs 10
SPISend %00001111 ' Set Bits to suit the required Command
SPICSOff
I would strongly recommend that you decide which mode of operation you need for your application and focus on getting that working instead of trying combinations.
It is all in the SX1276 datasheet I have posted.
E