I am running under Win95 on a Pentium using MASM. I have the following code:
<code>
.model small
.stack 0100h
.data
inputstring label byte
maxkeys db 80
charsinput db ?
buffer db 80,dup(0)
crlf db 0Dh,0Ah,'$'
.code
main proc
.startup
mov...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.