mov ax, data code example
Example 1: MOV AX, @DATA
MOV AX, @DATA ;load in AX the address of the data segment
Example 2: MOV AX, @DATA
MOV AX, @DATA ;load in AX the address of the data segment
MOV DS, AX ;move AX address to segment register(DS)