flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 22 Sep 2016, 18:17
You can override dd with a macro and a struc:
Assuming your rand macro returns the value in a variable named Y Code: macro dd [stuff] { local found_rand forward found_rand equ match =rand,stuff \{ rand dd Y found_rand equ 1 \} match ,found_rand \{ dd stuff \} } struc dd [stuff] { common label . dword at $ dd stuff } |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.