git://git.gir.st
/
Chiptunes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e2be3b5
)
new version
author
Tobias Girstmair
<t@thi3nkpad.lan>
Sat, 17 Nov 2018 20:21:50 +0000
(21:21 +0100)
committer
Tobias Girstmair
<t@thi3nkpad.lan>
Sat, 17 Nov 2018 20:37:26 +0000
(21:37 +0100)
foo.c
patch
|
blob
|
blame
|
history
diff --git
a/foo.c
b/foo.c
index 45e0261154c04fecb490c2c6d98530ebb4309459..4d51f605107ead53be92e1a80bbd3ad188ccb74c 100644
(file)
--- 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