실제 역사는 치욕이었지만, 허구적으로 재구성하면서 심리적 보상을 받도록 함



mov    ah, 08h

int    21h



segement    data


char    db    "A"

prompt    db    "Input : $"


segement    code


...

mov    ax, ds

mov    ds, ax

mov    sx, prompt

mov    ah, 09h

int    21h

...