flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution 15 Jun 2025, 07:03
This line "n equ @tmpBufr+@tofst" is the same each time.
Try with "label n at @tmpBufr+@tofst". |
|||
![]() |
|
Roman 15 Jun 2025, 07:37
I do this variant. Work fine.
Code: @tofst equ 0 macro tmpVal [n,v] { n equ @tmpBufr+@tofst movss [@tmpBufr+@tofst],v @tofst equ @tofst+4 } @tmpBufr dd 16 dup (0) ;in code tmpVal det,xmm5,det2,xmm5,det3,xmm2 movss xmm2,[det2] ;Ida pro show address @tmpBufr+0x04 |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.