diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-12-25 17:06:38 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-12-25 17:08:10 +0000 |
commit | 78bd7dc001717354cea33f1f1db6a62555ab8941 (patch) | |
tree | d92cf3eac0bb3a67df331abb6b236ffde1d9a1fd /README.md | |
parent | 90d04aaf1593fd1747fed1472430dd9d24f74805 (diff) | |
download | z80count-main.tar.gz z80count-main.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -143,27 +143,27 @@ Processed with `z80count.py -s` results in: ``` Comments show subtotals, and there are two types: - - `[A .. T0]` - - `[B/A .. T1/T0]` + +* `[A .. T0]` +* `[B/A .. T1/T0]` Where A, B, T0 and T1 are: - - A is the number of cycles of current instruction. In case of a conditional + +* A is the number of cycles of current instruction. In case of a conditional instruction, this is the value when the condition is not met. - - B is the number of cycles of current instruction when the condition is met. - - T0 is the subtotal when the conditional is not met. - - T1 is the subtotal when the conditional is met. +* B is the number of cycles of current instruction when the condition is met. +* T0 is the subtotal when the conditional is not met. +* T1 is the subtotal when the conditional is met. ## Config file `z80count` will look for a config file in the following places, in order: -- the file given in the environment variable `Z80COUNT_RC`. - -- a file `z80countrc` in the directory given in the environment variable +* the file given in the environment variable `Z80COUNT_RC`. +* a file `z80countrc` in the directory given in the environment variable `XDG_DEFAULT_HOME` or, if this variable is undefined or empty, in the directory `~/.config`. - -- a file `.z80countrc` in the home directory. +* a file `.z80countrc` in the home directory. Example: |