X-Git-Url: https://git.gir.st/Chiptunes.git/blobdiff_plain/da675ce78391a9a69939354d9da7ea1a103d41ab..156da8fca16be648194f4ea79d48a7349880bb9b:/foo.c diff --git a/foo.c b/foo.c index 7c9e021..c9fed96 100644 --- a/foo.c +++ b/foo.c @@ -6,7 +6,7 @@ int g(int i, u8 x, u8 t, u8 o) { u8 xxx = (3 & i >> 16 ? "BY}6YB6%" : "Qj}6jQ6%")[t % 8]; SUBI (xxx, -51) xxx = (i*xxx) >> o; - xxx = xxx & x; + AND (xxx, x) return ((3 & xxx)); };