From 8536c08f20e68046807b580f89ad429fbc898fa9 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 18 Apr 2020 21:43:12 +0200 Subject: Removed some comments --- asm/jo_r_cpyhead.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm/jo_r_cpyhead.asm') 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 -- cgit v1.2.3