News:

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

declaring an array

Started by slovach, December 22, 2007, 10:06:32 AM

Previous topic - Next topic

slovach

Is there a way to declare an array in a similar style to this in MASM, or an equally neat way to do it?

DWORD dongs[] = { 0x00000001, 0x00000002, 0x00000003 }

Rockoon

When C++ compilers can be coerced to emit rcl and rcr, I *might* consider using one.

slovach

I should have figured it was as simple as that. :)

thanks