org 100h
push word 0b800h
pop fs
xor ecx,ecx
mov edx,ecx
mov al,cl
@@:
mov [fs:edx+ecx*2],al
inc al
inc cl