diff options
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | asm/jo_f_status.asm | 2 | ||||
-rwxr-xr-x | lowbat | bin | 14720 -> 0 bytes |
3 files changed, 3 insertions, 2 deletions
@@ -127,4 +127,5 @@ flycheck_*.el *.core .depend -*.tmp
\ No newline at end of file +*.tmp +lowbat
\ No newline at end of file diff --git a/asm/jo_f_status.asm b/asm/jo_f_status.asm index 04fc563..69fad67 100644 --- a/asm/jo_f_status.asm +++ b/asm/jo_f_status.asm @@ -41,7 +41,7 @@ jo_f_status: mov rax, 0x6 syscall movsx rax, byte [rsi + 0x0] - sub rax, 48 + sub rax, 0x30 ; 48 retq err: Binary files differ |