I just have a question because I’m learning ASM languages at my school and I don’t understand something:
(BX)=0100H
MOV AX,BX
The address of the source (BX) is empty before the mov statement and I don’t understand why. My idea is, that it’s because there is nothing in BX. Is that true ?
It’s Intel syntax.
It all depends on the context. Does bx contain a pointer or a value? What is the surrounding code?