aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-12-25 17:06:38 +0000
committerJuan J. Martinez <jjm@usebox.net>2023-12-25 17:08:10 +0000
commit78bd7dc001717354cea33f1f1db6a62555ab8941 (patch)
treed92cf3eac0bb3a67df331abb6b236ffde1d9a1fd
parent90d04aaf1593fd1747fed1472430dd9d24f74805 (diff)
downloadz80count-main.tar.gz
z80count-main.zip
FormattingHEADmain
-rw-r--r--README.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index 269952f..4039536 100644
--- a/README.md
+++ b/README.md
@@ -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: