X-Git-Url: https://git.gir.st/Chiptunes.git/blobdiff_plain/5d4207f9a0b24eec52054fa1674cded926f06a72..3eef1aded20065c038b80616e5f2fa59ce9c7598:/foo.c diff --git a/foo.c b/foo.c index 4caddea..8084389 100644 --- a/foo.c +++ b/foo.c @@ -43,7 +43,8 @@ int main(void) { MOV (tmp, i1) SWAP (tmp) ANDI (tmp, 0x0f) - tmp >>= 2; + LSR (tmp) + LSR (tmp) OR (n, tmp) #undef tmp s = (i3<<7 | i2>>1);