bits to ignore

This commit is contained in:
Folkert van Heusden 2025-04-05 15:17:27 +02:00
parent ec07c5ca38
commit 4ef5404ee3
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -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];