version 0.5.0
100% repeatable.
mem1 display not updated after xmov. see test program.
in most cases user must select some other memory channel to display, then select back to mem1. then mem1 data is displayed.
certain cases avoid the bug's symptom: a breakpoint on the next line after xmov displays data OK. breakpoint later (further down) does not.
single step over the xmov also displays data OK.
test program:
clr
mov mem2[1] 1[virtual-signal=signal-R]
mov mem2[2] -32[virtual-signal=crafting_combinator:recipe-time]
mov mem2[3] -1[item=iron-ore]
mov mem2[4] -1[item=iron-plate]
xmov mem1 mem2
nop
nop
nop