_start:
    
    mov AX, 0600H
    mov BH, 71H
    mov CX, 0000H
    mov DX, 184FH
    INT     10H
    MOV AH, 4CH
    INT 21H
CODE ENDS
END START

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: