tallforasmurf / CHIP8IDE

An interactive development and emulation environment for the CHIP8/SCHIP system
30 stars 1 forks source link

Labels with different capitalization should not be different #20

Closed tallforasmurf closed 8 years ago

tallforasmurf commented 8 years ago

If a label is defined as Padl_Loop: but referenced as JP Padl_loop, it is listed as unknown.

We say the assembler is case-blind. Force label texts to uppercase.