Host Engineering Forum
General Category => Do-more CPUs and Do-more Designer Software => Topic started by: ATU on August 23, 2018, 05:52:06 PM
-
MemCopy Instruction won't let you enter a string length (SS0.length) for the Number of Bytes field. I had to copy it to V memory to get it to work.
-
If I am not mistaken, you can not specify number of bytes for structures.
-
I was copying a segment of one byte array into another byte array. It works if I copy the length variable into a V memory location and then it lets me use a Vmemory address to specify the number of bytes.