annotate readme.lwbasic @ 241:d0e9dbe9afbe

Add new heuristic for resolving instruction sizes. Add new heuristic for resolving instruction sizes. This applies to the the decision between extended and base page addressing by calculating the range of possible addresses (if reasonably knowable) and deciding on whether to force extended addressing based on that. (If the whole range is outside the direct page, extended addressing is required.)
author William Astle <lost@l-w.ca>
date Sun, 23 Sep 2012 13:06:43 -0600
parents 8556e01ffcab
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
64
8556e01ffcab Added note about status of lwbasic
lost@l-w.ca
parents:
diff changeset
1 The lwbasic directory is an in-progress attempt to write a compiler for a
8556e01ffcab Added note about status of lwbasic
lost@l-w.ca
parents:
diff changeset
2 dialect of basic specifically targetted at the 6809 CPU. It is still
8556e01ffcab Added note about status of lwbasic
lost@l-w.ca
parents:
diff changeset
3 incomplete but is included in this distribution in case someone finds the
8556e01ffcab Added note about status of lwbasic
lost@l-w.ca
parents:
diff changeset
4 code useful. It is not built by default.