From: Tobias Girstmair Date: Sat, 17 Nov 2018 20:21:50 +0000 (+0100) Subject: new version X-Git-Tag: attiny9~33 X-Git-Url: https://git.gir.st/Chiptunes.git/commitdiff_plain/b9789041247f32b2b48471cf86e4db87544720e3 new version --- diff --git a/foo.c b/foo.c index 45e0261..4d51f60 100644 --- a/foo.c +++ b/foo.c @@ -76,6 +76,7 @@ void g(void) { #define a1 x #define a2 _ #define a0 t + // start MUL -- 92 cycles :( (unrolled and skipping second bit: 76) CLR (a2) CLR (a1) LDI (loop, 8) @@ -90,6 +91,7 @@ void g(void) { ROR (t) DEC (loop) BRNE (mul) + // end MUL MOV (t, a1) #undef a0 #undef a1