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
(parent:
bc7680e
)
new version
author
Tobias Girstmair
<t@thi3nkpad.lan>
Mon, 12 Nov 2018 23:59:29 +0000
(
00:59
+0100)
committer
Tobias Girstmair
<t@thi3nkpad.lan>
Mon, 12 Nov 2018 23:59:29 +0000
(
00:59
+0100)
foo.c
patch
|
blob
|
blame
|
history
diff --git
a/foo.c
b/foo.c
index c752f285bbbc77e4a8dae5fab84546fff8e85ccf..f8703c351e36b1ba4f33e72f8617ab2bb286a625 100644
(file)
--- a/
foo.c
+++ b/
foo.c
@@
-42,7
+42,7
@@
int main(void) {
#define tmp acc
MOV (tmp, i1)
tmp >>= 6;
- n = (n | tmp);
+ OR (n, tmp)
#undef tmp
s = (i3<<7 | i2>>1);