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

Title: MemCopy
Post 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.
Title: Re: MemCopy
Post by: PLCGuy on August 23, 2018, 08:12:17 PM
If I am not mistaken, you can not specify number of bytes for structures.
Title: Re: MemCopy
Post by: ATU on August 23, 2018, 08:47:17 PM
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.