From: Tobias Girstmair Date: Mon, 12 Nov 2018 23:43:52 +0000 (+0100) Subject: new version X-Git-Tag: attiny9~127 X-Git-Url: https://git.gir.st/Chiptunes.git/commitdiff_plain/799776d9b42edcc40241ab47aaffb50ee1aa2c6e new version --- diff --git a/foo.c b/foo.c index bb93f8a..634e5ce 100644 --- a/foo.c +++ b/foo.c @@ -50,7 +50,7 @@ int main(void) { //voice 2: MOV (x, s) - t = n ^ i >> 13; + t = n ^ (i3<<11 | i2<<3 | i1>>5); LDI (o, 10) RCALL g(i); ADD (acc, t)