flat assembler
Message board for the users of flat assembler.
Index
> Windows > New push method. SSE method (Win 32) |
Author |
|
Roman 03 Jun 2014, 13:17
Macro must calculate how sub from esp and how do movups\movsd\movd.
I mean if need 6 parameters for function and macro must generated like this code: Code: movups xmm1,[data] movsd xmm2,qword [data+16] sub esp,24 movups dqword [esp],xmm1 movsd qword [esp+16],xmm2 call [SomeFunction] |
|||
03 Jun 2014, 13:17 |
|
revolution 03 Jun 2014, 13:22
What if the data is in registers?
Code: invoke Function,eax,edi,ebx,ecx |
|||
03 Jun 2014, 13:22 |
|
Roman 03 Jun 2014, 14:39
I want to make regardless function, from registers ! If i long time not programming, then hard read and understand code when using registers. And i spend many times when i read old code.
I have standart and this standart make more easily read my code. But you revolution leaving from my problems ! |
|||
03 Jun 2014, 14:39 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.