diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-27 16:46:10 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-27 16:46:10 +0200 |
commit | 8592e5dc3376495d51eabea16d8c315e37bc51f7 (patch) | |
tree | 1bc0c02c48faff6b898a1755eec4c4801c17aede /asm/f_status.asm | |
parent | Cleanup (diff) | |
download | lowbat-bsd-8592e5dc3376495d51eabea16d8c315e37bc51f7.tar.gz lowbat-bsd-8592e5dc3376495d51eabea16d8c315e37bc51f7.tar.bz2 lowbat-bsd-8592e5dc3376495d51eabea16d8c315e37bc51f7.tar.xz lowbat-bsd-8592e5dc3376495d51eabea16d8c315e37bc51f7.tar.zst lowbat-bsd-8592e5dc3376495d51eabea16d8c315e37bc51f7.zip |
Better comments
Diffstat (limited to '')
-rw-r--r-- | asm/f_status.asm | 18 |
1 files changed, 10 insertions, 8 deletions
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 |