flat assembler
Message board for the users of flat assembler.
Index
> Projects and Ideas > Fasm builder ! |
Author |
|
Roman 30 Aug 2024, 04:33
Changed pe header, data, params, output file !
https://rutube.ru/video/private/43023cb6e6415e5aa4b5cc85b9c07708/?p=_64mkeZ3TvoZcJ1v2KIVQQ&r=plemwd What new: Code: ~#push and ~#pop_ ;for repeat text ! Example in code: ~#push1 ;slot 1 , all slots 2000_000. add eax,1 ;push only put pointer to this txt addres in slot1 sub eax,ebx ;~ ;this mean end push1 ;in some place code pop txt ~#pop_1 ;copy hear text from push1 ~#pop^1 ;copy reversed text from down to up ! ;for 32bit and 64bit fixed mechanizm include: fileList.txt ;in build\3.txt in code ~#file4 4 mean number line from fileList.txt ~#file4 put only one line ! ;This feature needed for this situation: ;In 64bit strtod out to xmm0 reg cinvoke strtod,FeditTxt,0 cvtsd2si eax,xmm0 ;In 32bit strtod out to FPU st0(reg) fistp [address] ;in build\3.txt off:push,ifPr,dot4 ;this mean ignored when parsing code. off: all ;ignored all features.
Last edited by Roman on 03 Sep 2024, 03:40; edited 26 times in total |
|||||||||||
30 Aug 2024, 04:33 |
|
revolution 30 Aug 2024, 05:18
It looks like a template wrapper generator that is configured from a text file.
Is that a correct assessment? |
|||
30 Aug 2024, 05:18 |
|
Roman 30 Aug 2024, 05:29
Yes, this too.
Premake4.exe for mingw, changed my attitude to code assembly. |
|||
30 Aug 2024, 05:29 |
|
Roman 04 Sep 2024, 04:06
Add rem! After ~#name0 write any text.
~#name0 copy text until not get symbol ; or 0 or enter Code: ; ~#name0 ====Rem next code==== Some code ; ~$name0 Some code ; ~$name0 ;~$name0 this line ignored parser |
|||
04 Sep 2024, 04:06 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.