From 78bd7dc001717354cea33f1f1db6a62555ab8941 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 25 Dec 2023 17:06:38 +0000 Subject: Formatting --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.3