flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 31 Mar 2023, 10:06
EQU is purely a text substitution. So everywhere you have abb1 it is the same a putting $.
The iprv block is assembling "mov edx,$". |
|||
![]() |
|
Roman 31 Mar 2023, 10:23
Its sad.
My variant Code: macro list_txt a,[b] { local .l1 common forward .l1: a equ .l1 db b,0 } ;in data section Dat_A: list_txt abb1,'55','777','8822' ;in code irpv v,abb1 { mov edx,Dat_A#v } |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.