Q
Q
quintbrut2020-03-21 16:48:43
assembler
quintbrut, 2020-03-21 16:48:43

What is the difference between mov ax, [bx] and mov ax, bx?

What is the difference between mov ax, [bx] and mov ax, bx?
and actually mov ax, 25 or mov ax, [25]?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
1
15432, 2020-03-21
@quintbrut

mov ax, 25

put the value 25 into register ax
movax, [25]

put the 16-bit value from memory location 25 into register ax

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question