Talk:Creating an Array: Difference between revisions

m
→‎x86 Assembly: added my signature. :-/
m (→‎x86 Assembly: added my signature. :-/)
Line 14:
And what of this ancient language?
 
:x86 assembly doesn't inherently support an array construct, unless one considers SIMD instructions to be indicative of such. However, in most of those cases, one is not dealing with multiple values in one variable, but with multiple variables. (Each register representing one variable.) I suppose one could consider register sets specific to SIMD extensions to be implied arrays.) --[[User:Short Circuit|Short Circuit]] 18:58, 22 January 2007 (EST)