flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > [bug] fasm.exe: predefined labels with embedded spaces |
Author |
|
revolution 01 May 2016, 05:20
This appears to be a misplaced jump destination. If we change line 104 in "PREPROCE.INC" it appears to fix the problem:
Code: cmp al,20h je convert_line_data cmp al,3Bh Code: cmp al,20h je convert_predefinition ;<---- new destination cmp al,3Bh Code: C:\>fasm source.asm -m 1000 -d x=y\ z flat assembler version 1.71.51 (1000 kilobytes memory) error: source file not found. C:\> |
|||
01 May 2016, 05:20 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.