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:
c3639d5
)
new version
author
Tobias Girstmair
<t@thi3nkpad.lan>
Tue, 13 Nov 2018 17:16:17 +0000
(18:16 +0100)
committer
Tobias Girstmair
<t@thi3nkpad.lan>
Tue, 13 Nov 2018 17:16:17 +0000
(18:16 +0100)
foo.c
patch
|
blob
|
blame
|
history
diff --git
a/foo.c
b/foo.c
index 1265e776057c81f90b9e2d91318d84556d0441b3..b123d05b19d9ac7b25f213412ba97d5f8f337975 100644
(file)
--- a/
foo.c
+++ b/
foo.c
@@
-43,7
+43,7
@@
void mod3(void) {
ADD (Ml, tmp)
CPI (Ml, 3)
BRPL (skip)
- Ml = Ml - 3; //TODO
+ SUBI (Ml, 3)
skip:;
#undef tmp
}