Fix garbage characters at EOF causing an infinite loop

This commit is contained in:
Rangi42
2025-12-04 11:21:06 -05:00
committed by Rangi
parent a6eb6457d8
commit ad3188f038
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1 @@
MACRO<EFBFBD>

View File

@@ -0,0 +1,5 @@
error: Invalid character 0xEB (is the file UTF-8?)
at garbage-before-eof.asm(1)
error: syntax error, unexpected end of buffer, expecting ? or symbol
at garbage-before-eof.asm(1)
Assembly aborted with 2 errors!