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
path:
root
/
makefile
blob: a5df0c97d88e6e751579fe999d79e7ce8a01c0ce (
plain
)
1
2
3
4
5
b32e
:
b
32
e
.
o
ld -o
$@
$<
b32e.o
:
b
32
e
.
asm
nasm -f elf64 -O0 -w+all -o
$@
$<