cpu 8086 org 256 start: mov ax, 0B00h int 21h mov ah, 0Ah mov dx, buffer int 21h mov ax, 4C00h int 21h buffer: db 255 db 0 times 255 db 13