Closed jonesdy closed 10 years ago
Case sensitivity isn't really needed with an assembler, so it should probably be removed. The easiest way would be to minimize all of the tokens while parsing and actually sending it to the assembler.
Fixed in commit dbd23f0125edfca627f2814b48e3d64081a028a9
Case sensitivity isn't really needed with an assembler, so it should probably be removed. The easiest way would be to minimize all of the tokens while parsing and actually sending it to the assembler.