flat assembler
Message board for the users of flat assembler.
Index
> Main > Fasmg for generation fasm text. |
Author |
|
Roman 27 Feb 2019, 07:24
Or this.
For example psevdo code: Code: t1 'Run' t2 'Stop' t3 'Pause' t10 'One' t11 'Two' t12 'Three' c= 0 l1: %out IDC_t1_t12 ;this write like text in file c=c+1 t1=t1+1 t12=t12-1 if c>=4 then end loop loop l1 Interesting see how this psevdo code look in fasmg ? In out put file must have this text. Code: IDC_Run_Three IDC_Stop_Two IDC_Pause_One Then i simple include this text in fasm 1.73 my project. |
|||
27 Feb 2019, 07:24 |
|
Tomasz Grysztar 27 Feb 2019, 07:53
Please take a look at fasmg as a preprocessor thread.
As for generation of purely synthetic sources, there is an example in my post about multi-pass assembly. |
|||
27 Feb 2019, 07:53 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.