i have a tiny question regarding to the following statement. Assume rax and rbx are pointing towards a valid memory address.
mov byte [rax], [rbx]
Why isn't that statement valid?
i have a tiny question regarding to the following statement. Assume rax and rbx are pointing towards a valid memory address.
mov byte [rax], [rbx]
Why isn't that statement valid?