If it is helpful to your problem, hope to adopt!
0 Answer
In x86 assembly language, a number is hexadecimal when it is followed by an "h". Thus, "mov ax, 1000h" means to store the hexadecimal number "1000" in the register AX. "mov ax, 1000" means to store the decimal number "1000" in the register AX. When you use the mul instruction to compute, you need to determine how to compute based on the base of the number.
这家伙很懒,什么都没留下...