I am trying to do some basic YASM coming from TASM, and this line of code will error:
mov [var], 7
I have defined the variable like so: var db 5
.
Even after trying to do var: db 5
it still errored out and said:
error: invalid size for operand 1