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:
d39a46f
)
new version
author
Tobias Girstmair
<t@thi3nkpad.lan>
Tue, 13 Nov 2018 17:50:14 +0000
(18:50 +0100)
committer
Tobias Girstmair
<t@thi3nkpad.lan>
Tue, 13 Nov 2018 17:50:14 +0000
(18:50 +0100)
foo.c
patch
|
blob
|
blame
|
history
diff --git
a/foo.c
b/foo.c
index fbe306cf4e1f5c189c37a48f8302921e112d3d80..a9b356b5a6262a542812db847958dbc146b4313a 100644
(file)
--- a/
foo.c
+++ b/
foo.c
@@
-198,7
+198,17
@@
int main(void) {
LSR (tmp)
OR (Ml, tmp)
#undef tmp
- Mh = i3<<6 | i2>>2;
+ MOV (Mh, i3)
+ SWAP (Mh)
+ ANDI (Mh, 0xf0)
+ LSL (Mh)
+ LSL (Mh)
+ #define tmp _
+ MOV (tmp, i2)
+ LSR (tmp)
+ LSR (tmp)
+ OR (Mh, tmp)
+ #undef tmp
RCALL mod3();
SUB (t, n)
NEG (t)