hey how do i get how do i get all four lines to show on screen at once?
thanks
mov ah, 9
mov dx, strfirst
mov dx, strsecond
mov dx, strthird
mov dx, strfourth
int 0x21
strfirst db 13,10,'pick'
strsecond db 13,10,' a'
strthird db 13,10,' number '
strfourth db 13,10,'>>:$'