Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Simplicus
  • Content: Threads
  • Order by date
  1. Simplicus

    Newbie Question

    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...

Part and Inventory Search

Back
Top