Read long arrays spin to assembly
Princ
Posts: 12
Hi,
i have got a problem with reading from spin
I have got defined array in spin like this
long pixel[16200]
and i would like to read long in assembly one by one
old one should be replaced with new long but i don´t now how to do it without shifting in spin
thanks for help
i have got a problem with reading from spin
I have got defined array in spin like this
long pixel[16200]
and i would like to read long in assembly one by one
old one should be replaced with new long but i don´t now how to do it without shifting in spin
thanks for help
Comments
BTW... there's only 32K (8K longs) of RAM in the hub, so you can't have an array that large.