Hey, i have a quick coding question. im programming in in ARM Assembler.
my problem is that i need to find out the number of data values in a memory location,
eg

AREA Test, DATA, READWRITE
data_values
	DCD -16,100,-456,7,-123,-42,126789,2349,-34,-2344,45,-45,-3345
	END

so how do i find out that there is 13 data values with out physicaly counting?

Thanks

i dont honestly know m8

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.