comment
This commit is contained in:
parent
3139ee8a0d
commit
881447b7c7
1 changed files with 1 additions and 0 deletions
1
cpu.cpp
1
cpu.cpp
|
@ -549,6 +549,7 @@ bool cpu::double_operand_instructions(const uint16_t instr)
|
|||
}
|
||||
|
||||
case 0b101: { // BIS/BISB Bit Set Word/Byte
|
||||
// TODO: retain MSB for register operations?
|
||||
gam_rc_t g_src = getGAM(src_mode, src_reg, word_mode, rm_cur);
|
||||
|
||||
auto g_dst = getGAM(dst_mode, dst_reg, word_mode, rm_cur);
|
||||
|
|
Loading…
Add table
Reference in a new issue