From 86f8b723b51e9a2ebbb7e018aef472365363d5fa Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 11 Nov 2019 16:35:55 +0000 Subject: [PATCH] Clear up a few details --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 996ed05..30f6ae0 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,9 @@ is ignored. A line can either be empty or have the following format: `-:` * `` and `` are case-insensitive, - hexadecimal, 5 digit numbers. `` is inclusive. + hexadecimal, 5 digit numbers. The start and end addresses are + inclusive. If the end address is smaller than the start address, + their roles are swapped. * `` are multiple characters (at least one). The format `
:` is also allowed and equivalent to @@ -245,8 +247,9 @@ The format `
:` is also allowed and equivalent to Here are some examples of valid lines: * `12345-54321: abc` -* `54d3f:x` -* ` aa5b2 - aa67c : x y z ` +* `00005-00004: x` +* `54d3f:y` +* ` aa5b2 - aa67c : x y z ` And here are some examples of invalid lines: @@ -268,13 +271,14 @@ is ignored. A line can either be empty or have the following format: `
: