tallforasmurf / CHIP8IDE

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

assembler2 error not cleared on display #12

Closed tallforasmurf closed 8 years ago

tallforasmurf commented 8 years ago

When an error is found during syntax scan and corrected, the pink color goes away.

When an error e.g. undefined-label is not found until assemble, that statement is colored pink, however when you fix the error and assemble again, the pink color remains.