Is there a way to do a vector of vectors in assembly?
like this:
vector1 is 1,2,3,4..10
vector2 is 7,8,9,6,5
and vector is vector1, vector2
is there a way?
Sure there is, it just takes more code, that's all.
If it is do-able in any high level language, then it has to be do-able in asm. It might take several thousand lines, but that's the price you pay.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.