Currently testing stuff in emu8086, and I was wondering, if we had this code:
MOV [0002H], 0005H
In the machine instruction, what would the REG bits become? Does the assembler use a registry to make this possible? If so, which register?
I am not an expert and really just experimenting because of my CS classes.