This commit is contained in:
iceman1001
2019-03-18 22:04:53 +01:00
parent 524ed17894
commit 4288e9db73
4 changed files with 22 additions and 6 deletions

View File

@@ -87,9 +87,7 @@ bool B(State state) {
bool x2 = state.b & 0x20;
bool x3 = state.b & 0x10;
bool x7 = state.b & 0x01;
return x1 ^ x2 ^ x3 ^ x7;
}