how to store variable in a memory address x86?
LETTER DB ?
MOV [0X3100], LETTER
I tried the previous solution and it gives an error message: wrong parameters
how to store variable in a memory address x86?
LETTER DB ?
MOV [0X3100], LETTER
I tried the previous solution and it gives an error message: wrong parameters