    global _start
 
section .data
        buffer  dw      0h
 
section .text
 
_start:
        mov             ecx, buffer