We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20910e commit 9ca7811Copy full SHA for 9ca7811
common.asm
@@ -7,7 +7,7 @@
7
* Params:
8
* value: byte to be negated
9
*/
10
- .function neg(value) {
+.function neg(value) {
11
.return value ^ $FF
12
}
13
.assert "neg($00) gives $FF", neg($00), $FF
0 commit comments