From bf1cd2d97a8187e4158c99c6fc4cecf5d970da04 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 3 Dec 2016 21:57:58 -0500 Subject: Use lower case hex digits --- lib.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib.asm b/lib.asm index 10d0e1c..22bf196 100644 --- a/lib.asm +++ b/lib.asm @@ -1,5 +1,5 @@ section .rodata -hexDigits: db '0123456789ABCDEF' +hexDigits: db '0123456789abcdef' section .text hex32: @@ -10,7 +10,7 @@ hex32: %rep 8 shl rax, 8 mov al, dil - and al, 0x0F + and al, 0x0f xlatb shr rdi, 4 %endrep -- cgit 1.4.1 me='h' onchange='this.form.submit();'> dontfiles
summary refs log tree commit diff
path: root/bin/dash/src/funcs/newgrp (unfollow)
Commit message (Expand)Author
2021-01-12Add htagml exampleJune McEnroe
2021-01-12Use mandoc and htagml for bin htmlJune McEnroe
2021-01-12Add htagmlJune McEnroe
2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe
2021-01-11Publish "Using vi"June McEnroe
2021-01-11Enable diff.colorMovedJune McEnroe
2021-01-10Set less search case-insensitiveJune McEnroe
2021-01-10Set EXINITJune McEnroe
2021-01-09Add c -t flag to print expression typeJune McEnroe
2021-01-05Update taglineJune McEnroe