please could you help me i have a file :
Listing 1
.model small
.stack 100h
.data
buffer db 100 dup(0)
entry db "Welcome to simple edit program",0ah,0ah,'$'
enter db "Please enter character - ESC to leave",0ah,0dh,'$'
endit db "Terminate the program",0ah,0dh,'$'
.code
; A marco for printing...