I\'m trying to learn assembly (so bear with me) and I\'m getting a compile error on this line:
mov byte [t_last], [t_cur]
The error is
There's also a MOVS command from moving data from memory to memory:
MOV SI, OFFSET variable1 MOV DI, OFFSET variable2 MOVS