News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

how to save array values

Started by ilian007, December 06, 2009, 07:12:25 PM

Previous topic - Next topic

ilian007


ilian007

DednDave,
I found it is not printing correct the 3rd array and kind of found the reason but dont know why this happen. I guess it will get fixed if I change arrays size to DB, but already out of time for that one.

the problem of what I found is that:

whichever Array in the definition is the 3rd one it is not defining well from Random.

arr1 dw 100 dup (?)
arr2 dw 100 dup (?)
arr3 dw 100 dup (?) <----that one is not defining well (cant fill its elements correctly from random), always 3rd one...