 global _start
 

 
_start:
        mov             ax, 1234h
        mov             bx, 56789h
        

read:
        push            ax, 03h                ; read()
       push            bx, 00h                ; stdin
write:
        pop ax;
	pop bx;