flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Tomasz Grysztar 01 Dec 2019, 17:36
The way formatter in fasm 1 works, it is not possible to provide a symbol like fasmg's $%, at least not in general. It could be possible to implement it only for "format binary", but not for the other ones.
Therefore the only available option at the moment it to override ORG with macro and keep track of all addressing space changes. Or switch to fasmg if this is viable. |
|||
![]() |
|
edfed 02 Dec 2019, 10:50
maybe there, as you know what to count, you can take into account the org you defined.
Code: somewhere=1000 Start: db 5 org somewhere db 10 End: count = End-Start-somewhere |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.