kierenj / 0x10c-DevKit

0x10c DevKit
http://0x10c-devkit.com/
39 stars 4 forks source link

Case insensitive names #88

Closed frxstrem closed 12 years ago

frxstrem commented 12 years ago

As recommended by the 0x10c standards committee (section 3, not really a standard by the way), and also implemented by a number of other popular assemblers (for instance 0x10co.de and dcpu.ru), I would like to see that labels, macros and definitions would become case insensitive.

kierenj commented 12 years ago

Sounds like a good idea. Will implement:)

kierenj commented 12 years ago

Names are now case insensitive, added unit test to ensure this. Will be included in the next release. Thanks for the feedback!