Skip to content

Commit

Permalink
Link to report bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Jul 29, 2024
1 parent e23541c commit b3ba96c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,11 @@ The included
[bacmp.c](https://github.com/hackerb9/tokenize/blob/main/bacmp.c)
program may be useful for others who wish to discover if two tokenized
BASIC files are identical. Because of the way the Model 100 works, a
normal `cmp` test will fail. There are pointers from each BASIC line
to the next which change based upon where the program happens to be in
memory. The `bacmp` program handles that by allowing line pointers to
differ as long as they are offset by a constant amount.
normal [`cmp`](https://manpages.debian.org/cmp) test will fail. There
are pointers from each BASIC line to the next which change based upon
where the program happens to be in memory. The `bacmp` program handles
that by allowing line pointers to differ as long as they are offset by
a constant amount.

Note that generating correct line pointers is actually unnecessary in
a tokenizer; they could be any arbitrary values. The Model 100 always
Expand All @@ -581,7 +582,8 @@ has followed suit.

## Known Bugs

* None known. Reports are gratefully accepted.
* None known. [Reports](https://github.com/hackerb9/tokenize/issues/new)
are gratefully accepted.


## Alternatives
Expand Down

0 comments on commit b3ba96c

Please sign in to comment.