ORG 0xc200 MOV AH,0x01 MOV CH,0x20 INT 0x10 MOV AH,0x0e MOV AL,"D" MOV BH,0 INT 0x10 stop: HLT JMP stop