cognew / assembly
agfa
Posts: 295
where can i find more information on the COGNEW parameter to address a block of memory, or any information on passing more than one 14 bit value to a cog running assembly?
Comments
The only way to pass more than this 14 bit value to a cog is to pass the address of a group of longs as the 14 bit value and to use RDLONG (and possibly WRLONG) to access this group of longs (or words or bytes). There are plenty of examples in the form of various objects in the Object Exchange, but you'll have to look through them to see how it's done.