aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-16 19:37:53 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-16 19:37:53 +0200
commit3e3f69fd2befc3f80d09902f6f997712809b7f34 (patch)
tree6dd50e7233cd243d1e4dd17dbb0f44a4d7322d1c
parentNo need to atoi, atoi is bloat (diff)
downloadlowbat-bsd-3e3f69fd2befc3f80d09902f6f997712809b7f34.tar.gz
lowbat-bsd-3e3f69fd2befc3f80d09902f6f997712809b7f34.tar.bz2
lowbat-bsd-3e3f69fd2befc3f80d09902f6f997712809b7f34.tar.xz
lowbat-bsd-3e3f69fd2befc3f80d09902f6f997712809b7f34.tar.zst
lowbat-bsd-3e3f69fd2befc3f80d09902f6f997712809b7f34.zip
Hex, removed lowbat bin
-rw-r--r--.gitignore3
-rw-r--r--asm/jo_f_status.asm2
-rwxr-xr-xlowbatbin14720 -> 0 bytes
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 8f17a84..d595b62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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:
diff --git a/lowbat b/lowbat
deleted file mode 100755
index 5bfc7ff..0000000
--- a/lowbat
+++ /dev/null
Binary files differ