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!

Recent content by ayodele

  1. ayodele

    Please help

    this program uses an array to reverse the order of a string in place but the output is very unusual here is the code .data string BYTE 'abcdefghij',0 count dWORD ($ - string -1)/2 .code main PROC MOV ECX, count L1: mov esi, offset string call WriteString mov edi, offset string...

Part and Inventory Search

Back
Top