AzFoxxo/Fox-Vision

Fox16ASM - Crashes if a label is defined with no instruction afterwards

Closed this issue · 1 comments

If a program contains a label at the end of the file with no instruction afterwards, the assembler will through an exception during LabelResolveAddress method.

Commit 4e92af6 fixes the crash by refusing to resolve label.