From: Tobias Girstmair Date: Mon, 12 Nov 2018 23:51:55 +0000 (+0100) Subject: new version X-Git-Tag: attiny9~118 X-Git-Url: https://git.gir.st/Chiptunes.git/commitdiff_plain/238720910767fee2ed2b0433432f660384f74966 new version --- diff --git a/foo.c b/foo.c index d1b45f0..b7a21e8 100644 --- a/foo.c +++ b/foo.c @@ -58,7 +58,7 @@ int main(void) { t >>= 5; OR (t, tmp) #undef tmp - t = n ^ (o | t); + EOR (t, n) LDI (o, 10) RCALL g(); ADD (acc, t)