EdouardBERGE / rasm

RASM powerful Z80 assembler
129 stars 16 forks source link

FIX bug in the loop that converts the imported labels to uppercase #19

Closed rixnco closed 2 years ago

rixnco commented 2 years ago

The loop was reusing the j variable. The behaviour was thus very unpredictable and rasm was often crashing when importing symbols files.

EdouardBERGE commented 2 years ago

thank you for the fix