Closed notogawa closed 7 years ago
This valid asm causes AssembleError.
mov(r1, vpm, set_flags=True).mov(r3, 1.0, cond='nc')
videocore.assembler.AssembleError: Failed to locate operand vpm
When we try to locate same operand to raddr_a/b more than twice, instruction emitter accepts only first one and rejects second one unexpectedly.
Thank you.
This valid asm causes AssembleError.
When we try to locate same operand to raddr_a/b more than twice, instruction emitter accepts only first one and rejects second one unexpectedly.