Software Manual Clause 3-2.2
Page3-6 wrote:
When the LSB of an operand address Is "0",
the even bank Is accessed;when It Is "1",the odd bank Is accessed. The seven MSBs of the operand
address are used to access the operand location In the bank. This applies only to Ra of the direct
address mode,Rb,and Rd which reference on-board word and double-word operand locations. For
further Information on 8065 operand addresses, see "RAM Banks" In Chapter Six.
What does that really say, says
only Ra then babbles on about Rb and Rd to muddy the meaning.
Later on there are code examples that contradict only.
Software Manual Figure 3-3
Page3-7 wrote:

- BS1.png (12.62 KiB) Viewed 136027 times
Well, no, it applies to Rb and Rd, it also applies to Immediate, Indirect, Auto Incr, Short Index and Long Index.
Oh, wait none of it works in the very first 8065 I'm aware of, in production some years after the manual went to print.
Software Manual Clause 6-3
Page6-4 wrote:
The column headed with an asterisk(*) in Table 6-2 defines how a specific SFR is to be accessed:
byte (B), word(W),or either byte or word (E).
.
.
If address location '^0015 is word referenced, for example, the high byte of the MSG interrupt
pending register#2 is accessed along with its low byte at address location '^0014.
Stick that in your pipe and smoke it! Reconcile that with 0x15 is 0x115.
Software Manual Table 6-2
Page6-5 wrote:

- BS2.png (872.88 KiB) Viewed 136027 times
SFR07, SFR0F, SFR11, SFR13, SFR15, SFR17, SFR19, SFR1D, SFR21 and SFR23, what's it to be?? SFR word access or
SFR +100??
Software Manual
Page6-10 wrote:

- BS3.png (382.43 KiB) Viewed 136027 times
TVRfan kindly pointed this out after I published the test bins. Neat, a table labelled as Direct with Immediate examples.
How many wrote this manual?? Chapter 3 forgot to speak to Chapter 6.
Note
Operand B and D in the 3W operations...no mention in the text...ok one point to the manual!
Software Manual Table 6-3
Page6-8 wrote:

- BS4.png (111.57 KiB) Viewed 136027 times
page6-8 wrote:Bit A0, -, Don't Care,
but it matters because those address modes do have operand b & d sf/r+100.
So, we have an Odd SFR word access to reconcile with Odd Word Operand Ram Bank access.
We also have unclear description of relevance to Operands A, B and D.
Also, the handbook only mentions Direct Word.
To much contradiction or failure to write about the functionality. How to get to the bottom of how it really works in silicon...write test bins.
Test results...
an 8065 that does not support the claim by the manuals, and an 8065 that supports all manner of SFR+100, any operand, any address mode but forget about odd word access to the actual SFR.
Are there in between cases...test away...post your results.
Yes, as I have noted to TVRfan, treat the manuals with great suspicion they were printed well before production silicon and revisions thereof.