flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 27 Aug 2020, 04:49
Use the hash (#) and the rept to increment that you have in another thread.
|
|||
![]() |
|
Roman 27 Aug 2020, 05:13
I try do simple:
Code: rept 1 n:0 { movss xmm#n,xmm#n+1 } But get error: movss xmm0,xmm0+1 |
|||
![]() |
|
Roman 27 Aug 2020, 05:26
This work:
Code: macro mX chA { rept 1 n:chA,i:chA+1,d:chA+2 \{ movss xmm\#n,xmm\#i addss xmm\#n,xmm\#d \} } |
|||
![]() |
|
revolution 27 Aug 2020, 05:39
Good job.
![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.