diff options
Diffstat (limited to '')
| -rw-r--r-- | asm/c_args.asm | 8 | ||||
| -rw-r--r-- | asm/f_percent.asm | 4 | ||||
| -rw-r--r-- | asm/f_status.asm | 18 | ||||
| -rw-r--r-- | asm/r_cpyhead.asm | 4 | ||||
| -rw-r--r-- | asm/r_loop.asm | 4 | ||||
| -rw-r--r-- | asm/r_lowbat.asm | 4 | 
6 files changed, 22 insertions, 20 deletions
| diff --git a/asm/c_args.asm b/asm/c_args.asm index 441e4c3..17f90c9 100644 --- a/asm/c_args.asm +++ b/asm/c_args.asm @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/  /*                                                                                      */  /*  File     : c_args.asm                                                 /_________/   */  /*  Author   : Joe                                                              |       */ @@ -8,14 +8,14 @@  /*                                                                      \       /       */  /*                                                                       \_____/        */  /*                                                                                      */ -/* ************************************************************************************ */ +/****************************************************************************************/ -/* ******************************* */ +/***********************************/  /* c_args(argc: rdi, *argv[]: rsi) */  /* ------------------------------- */  /* returns 0 if args are invalid   */  /* returns 1 if args are valid     */ -/* ******************************* */ +/***********************************/  .text  .extern strncmp diff --git a/asm/f_percent.asm b/asm/f_percent.asm index 14511e8..82b560e 100644 --- a/asm/f_percent.asm +++ b/asm/f_percent.asm @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/  /*                                                                                      */  /*  File     : f_percent.asm                                              /_________/   */  /*  Author   : Joe                                                              |       */ @@ -8,7 +8,7 @@  /*                                                                      \       /       */  /*                                                                       \_____/        */  /*                                                                                      */ -/* ************************************************************************************ */ +/****************************************************************************************/  .text  .extern system diff --git a/asm/f_status.asm b/asm/f_status.asm index 81ff3d8..092a88c 100644 --- a/asm/f_status.asm +++ b/asm/f_status.asm @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/  /*                                                                                      */  /*  File     : f_status.asm                                               /_________/   */  /*  Author   : Joe                                                              |       */ @@ -8,14 +8,16 @@  /*                                                                      \       /       */  /*                                                                       \_____/        */  /*                                                                                      */ -/* ************************************************************************************ */ +/****************************************************************************************/ -;; apm status -;; ---------- -;; 0: high -;; 1: low -;; 2: critical -;; 3: charging +/***************/ +/* apm status  */ +/* ----------  */ +/* 0: high     */ +/* 1: low      */ +/* 2: critical */ +/* 3: charging */ +/***************/  section .text  	extern system diff --git a/asm/r_cpyhead.asm b/asm/r_cpyhead.asm index 15b0d9e..fbbed6a 100644 --- a/asm/r_cpyhead.asm +++ b/asm/r_cpyhead.asm @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/  /*                                                                                      */  /*  File     : r_cpyhead.asm                                              /_________/   */  /*  Author   : Joe                                                              |       */ @@ -8,7 +8,7 @@  /*                                                                      \       /       */  /*                                                                       \_____/        */  /*                                                                                      */ -/* ************************************************************************************ */ +/****************************************************************************************/  section .text  	extern memset diff --git a/asm/r_loop.asm b/asm/r_loop.asm index 308a9f4..d9f3d5e 100644 --- a/asm/r_loop.asm +++ b/asm/r_loop.asm @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/  /*                                                                                      */  /*  File     : r_loop.asm                                                 /_________/   */  /*  Author   : Joe                                                              |       */ @@ -8,7 +8,7 @@  /*                                                                      \       /       */  /*                                                                       \_____/        */  /*                                                                                      */ -/* ************************************************************************************ */ +/****************************************************************************************/  ;; jo_r_loop(speak (0-1), *argv[])  ;; ------------------------------- diff --git a/asm/r_lowbat.asm b/asm/r_lowbat.asm index f721867..217efc3 100644 --- a/asm/r_lowbat.asm +++ b/asm/r_lowbat.asm @@ -1,4 +1,4 @@ -/* ************************************************************************************ */ +/****************************************************************************************/  /*                                                                                      */  /*  File     : r_lowbat.asm                                               /_________/   */  /*  Author   : Joe                                                              |       */ @@ -8,7 +8,7 @@  /*                                                                      \       /       */  /*                                                                       \_____/        */  /*                                                                                      */ -/* ************************************************************************************ */ +/****************************************************************************************/  ;; Files prefixes  ;; -------------- | 
