flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 29 Dec 2011, 13:52
I have two simple solutions for your two problems:
1. Don't use virtual for structures. Use struc, that is what it is for. 2. Don't use @@ anywhere. It is just a lazy way to create a label and IMO should not be used. HTH |
|||
![]() |
|
Tomasz Grysztar 29 Dec 2011, 14:35
fasm doesn't have any warning system, its directives are quite low-level, a building blocks which can be used to do many different things. So if only assembling the given composition of those pieces is possible, it is correct -simple as that. Warnings may discourage use of fasm's features in a way that was not predicted earlier, thus I do not plan to have any in the fasm's core. However you can have warnings implemented in some high-level macros, like "struct", which would be designed to be used strictly for one purpose, so it would be good to discourage any non-standard usage in their case.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.