annotate readme.lwbasic @ 218:b0c9df865b25

Add FDBS pseudo op. Add FDBS pseudo op which is just like FDB but it swaps the bytes of the operands. It is undocumented intentionally.
author William Astle <lost@l-w.ca>
date Sun, 10 Jun 2012 14:55:27 -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.