how do I move information to memory in asmbley.

I wrote this

_asm
{
mov WORD PTR [100], ax
mov ax, [100]
}

What is wrong??