The register holding the conversion factor was geared to a single byte usage rather than a whole register (il loads the given value into each word but you need it in each byte).
保存转换因子的寄存器是按单个字节(而不是整个寄存器)的使用进行处理的(il将给定的值加载到每个字中,不过您需要按每个字节来使用这些值)。
No, the application should care about the conversion itself. However, UDT does work between different platforms even with different byte orders.
不,应用程序应该自己关心这个转换。不过,UDT可以在不同平台间的不同字节顺序情况下正常工作。
So when you enter text as a test you are probably entering a text conversion of that byte array.
因此,当您输入文本作为测试时,您可能正在输入该字节数组的文本转换。
So when you enter text as a test you are probably entering a text conversion of that byte array.
因此,当您输入文本作为测试时,您可能正在输入该字节数组的文本转换。
应用推荐