flat assembler
Message board for the users of flat assembler.
Index
> Main > Need help with strings arrays,remove not the unique elements |
Author |
|
bitRAKE 06 Jun 2009, 00:47
It's customary to only add items to an array if they are not already there - hashing is ideal for this.
|
|||
06 Jun 2009, 00:47 |
|
neville 06 Jun 2009, 20:25
I never heard of for...do, begin, if, end instructions in x86 assembler.
Lamar, did you write some macros for these ? _________________ FAMOS - the first memory operating system |
|||
06 Jun 2009, 20:25 |
|
lamar 06 Jun 2009, 22:34
More none no ideas except as hasing ?
Code: ... mov [ebp-4],0 ;I var mov [ebp-8],10;ItemsCount-1 @Cycle ...do something inc [ebp-4] mov eax,[ebp-8] cmp [ebp-4],eax jl @Cycle |
|||
06 Jun 2009, 22:34 |
|
lamar 07 Jun 2009, 02:48
bitBRAKE,hashing good for a compiler to hash function names and strings,but not for me.
Problem solved huh |
|||
07 Jun 2009, 02:48 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.