annotate COPYING @ 460:3d53f2e8d0e0

Allow macros to shadow instructions that are not supported by current CPU. When assembling in 6809 mode, 6309 instructions should be usable as macros. When assembling in 6309 mode, instructions not valid on the 6309 should be usable as macros.
author William Astle <lost@l-w.ca>
date Wed, 28 Feb 2018 20:43:14 -0700
parents 4e12d881df85
children 659e0e4ce50c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
187
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents: 0
diff changeset
1 See the file GPL3 for a copy of the GNU General Public License, version 3,
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents: 0
diff changeset
2 under which the majority of this distribution is licensed.
0
2c24602be78f Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff changeset
3
187
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents: 0
diff changeset
4 Some specific source files, including many of those in the lwcc subdirectory
4e12d881df85 Added blurb about lwcc
lost@l-w.ca
parents: 0
diff changeset
5 are licensed differently. See each individual file for specific details.