Skip to content

Commit 5f33297

Browse files
committed
oops
1 parent 0b9ad3a commit 5f33297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/backends/uxn.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ class BackendUXN : CompilerBackend {
316316
}
317317

318318
if ((size == 1) && var.type.isSigned) {
319-
output ~= "LIT2r 00ff DUP #80 AND ?{ SWPr } STHr POPr SWP\n";
319+
output ~= "DUP #7f GTH #ff MUL SWP\n";
320320
}
321321
else if (size == 1) {
322322
output ~= "#00 SWP\n";

0 commit comments

Comments
 (0)