section .text org 100h mov edx, s1 mov ah, 9 int 21h mov ax,4C00h int 21h section .data s1 db "Hello world$"