how can i declare an ARRAY on MASM or assembler in general?
i work with arrays on pascal and visualbasic (piece of cake ) makin array of stuctures and thing like that but i can figure out how can i do this on ASSM, i was reading some on this forum, about allocate some memory to creae them , but i srill don't get it
i f i want to store 2 registers on the array (height,weight) 1..1000000000000000 or
making it dinamic ..1..oo (infinite)?
i work with arrays on pascal and visualbasic (piece of cake ) makin array of stuctures and thing like that but i can figure out how can i do this on ASSM, i was reading some on this forum, about allocate some memory to creae them , but i srill don't get it
i f i want to store 2 registers on the array (height,weight) 1..1000000000000000 or
making it dinamic ..1..oo (infinite)?
Search for "array" and you will find the answer.
BTW, wrong forum.
BTW, wrong forum.
.data?
arrary dd 40 dup(?)
arrary dd 40 dup(?)