Allow an address to be written as just a single (base) register in assembly.
Example: 'lg %r0, 0(%r1)' and 'lg %r0, %r1' are equivalent.
This patch is not checking the expected kind of address (MemKind) or HasLength / HasVectorIndex - would that be better?