jonesdy / Chip8-Assembler

A simple assembler I have been working on for my Chip8 Emulator
MIT License
0 stars 0 forks source link

Remove case sensitivity #4

Closed jonesdy closed 10 years ago

jonesdy commented 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.

jonesdy commented 10 years ago

Fixed in commit dbd23f0125edfca627f2814b48e3d64081a028a9