Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - How to store DW characters in an assembly
How to store DW characters in an assembly
Unable to store DW storage characters in assembly.

Because double bytes are stored in sequence and edited separately. According to low to low bytes and high to high bytes. String storage must be db (single byte sequential storage)

Assembly language:

It is any low-level language used in electronic computers, microprocessors, microcontrollers or other programmable devices, also known as symbolic language. In assembly language, mnemonics are used to replace the operation codes of machine instructions, and address symbols or labels are used to replace the addresses of instructions or operands. In different devices, assembly language corresponds to different machine language instruction sets and is converted into machine instructions through assembly process. There is a one-to-one correspondence between a specific assembly language and a specific machine language instruction set, which cannot be directly transplanted between different platforms.