When using the MOV mnemonic to load/copy a string to a memory register in MASM, are the characters stored in reverse order?
问题 I want to know if using the MOV instruction to copy a string into a register causes the string to be stored in reverse order. I learned that when MASM stores a string into a variable defined as a word or higher (dw and larger sizes) the string is stored in reverse order. Does the same thing happen when I copy a string to a register? Based on this questions (about the SCAS instruction and about assigning strings and characters to variables in MASM 32) I assumed the following: When MASM loads a