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: `
: