index
:
base32asm
master
RFC4648 base 32 encoder for Linux in x64 assembly
Linux User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to '')
-rw-r--r--
b32e.asm
2
1 files changed, 1 insertions, 1 deletions
diff --git a/b32e.asm b/b32e.asm
index 7f0b14a..20d7c4b 100644
--- a/
b32e.asm
+++ b/
b32e.asm
@@ -32,7 +32,7 @@ write_output:
mov rax, 1
mov rdi, 1
mov rsi, output_buffer
- mov rdx, 5
+ mov rdx, 8
syscall
ret