
When parsing an address that contains only a single register for an instruction that actually has both a base and an index register, the parsed register is treated as base by AsmParser. This is correct when emulating the GNU assembler, but not when emulating HLASM, as the latter treat the register as index in this case.