diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-18 21:43:12 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-18 21:43:12 +0200 |
commit | 8536c08f20e68046807b580f89ad429fbc898fa9 (patch) | |
tree | 9fc37fd3b6293df74fca28c01b4dd1ffec7dc123 /asm/jo_r_cpyhead.asm | |
parent | Finished main program (diff) | |
download | lowbat-bsd-8536c08f20e68046807b580f89ad429fbc898fa9.tar.gz lowbat-bsd-8536c08f20e68046807b580f89ad429fbc898fa9.tar.bz2 lowbat-bsd-8536c08f20e68046807b580f89ad429fbc898fa9.tar.xz lowbat-bsd-8536c08f20e68046807b580f89ad429fbc898fa9.tar.zst lowbat-bsd-8536c08f20e68046807b580f89ad429fbc898fa9.zip |
Removed some comments
Diffstat (limited to 'asm/jo_r_cpyhead.asm')
-rw-r--r-- | asm/jo_r_cpyhead.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/jo_r_cpyhead.asm b/asm/jo_r_cpyhead.asm index 421b17c..14b42da 100644 --- a/asm/jo_r_cpyhead.asm +++ b/asm/jo_r_cpyhead.asm @@ -19,7 +19,7 @@ jo_r_cpyhead: ; jo_r_cpyhead(percent: rdi) push rdi mov rdi, buff mov rsi, 0x0 - mov rdx, 0x11 ; 17 + mov rdx, 0x11 call memset ; memset 0 notification head lea rsi, [rel n_head] pop rdi @@ -37,4 +37,4 @@ section .data n_head: db "Low battery: %d%%", 0x0 section .bss - buff: resb 0x11 ; 17, notification head len + buff: resb 0x11 |