case-insensitive z80 label usage
authorMischa Poslawsky <wormy@shiar.org>
Tue, 24 Feb 2009 01:47:02 +0000 (02:47 +0100)
committerMischa Poslawsky <wormy@shiar.org>
Mon, 2 Mar 2009 21:39:18 +0000 (22:39 +0100)
commit6a7fc57780120026e51e07c7c3e63ff55fc6f244
treecbc51a1f40ecc413adddbcb977c184e4f3f0a036
parent5921ae1521e78d38c0257c19691686b355b934ba
case-insensitive z80 label usage

Rename labels conflicting with other capitalisation (eg Start vs start)
because some compilers (at least spasm) do not support case-sensitive
labeling.
wormy.z80