I saw an example of writting a "Hello World" program but I am jus not understanding one part:

Code:
mov ax, seg message
mov ds, ax
Why can't I just move segment of "message" in "DS" directly?