what is variable size of array in assembly? How can I define it? Please answer

define it as a pointer and allocate memory to it at runtime MyArray DWORD 0 Exact syntax will depend on the assembler and computer you are using. And if Intel will depend on the memory model.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.