flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
shoorick 11 Aug 2005, 00:22
solved:
Code: ;================================= macro reptest [_lbl] { common init_value equ 0 forward _lbl: repeat 5 curr_value = init_value + % dd curr_value dd curr_value shr 4 dd curr_value shl 4 dd curr_value shl 8 end repeat init_value equ init_value + 5 } ;================================= reptest aa,bb,cc ;================================= |
|||
![]() |
|
Tomasz Grysztar 11 Aug 2005, 00:26
You should be using = everywhere here, remember that EQU is just like a text substitution.
|
|||
![]() |
|
shoorick 11 Aug 2005, 08:43
thanks! i just been driving of wrong work of all, so just began to write everything what appeared in my had
![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.