bits to ignore
This commit is contained in:
parent
ec07c5ca38
commit
4ef5404ee3
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ void emit_misc_operations()
|
|||
|
||||
for(int group=0; group<3; group++) {
|
||||
for(int psw_val=0; psw_val<65536; psw_val++) {
|
||||
if ((psw_val & 0177417) != psw_val)
|
||||
if ((psw_val & 0174377) != psw_val)
|
||||
continue;
|
||||
|
||||
uint16_t instr = groups[group];
|
||||
|
|
Loading…
Add table
Reference in a new issue