Recent content by duynguyenvan

  1. D

    Help Needed: Understand Assembly Program Processing Direction

    I've got the answer, thanks! >Could you pls help me answer this question: >- Please take a look at my small Assembly program that reads a tring from >keyboard, then displays all the characters that are not uper-case letters in >reverse order: > >The code above runs very well, even though i did...
  2. D

    Help Needed: Understand Assembly Program Processing Direction

    what do you mean? that is to clean up the cx register, and use the register for counting the number of the characters that are not upper-case letters later. By the way, i have not had much experience of doing with Assemply stuffs, that's why i asked you guys the "simple" question ... can you...
  3. D

    Help Needed: Understand Assembly Program Processing Direction

    Dear all, I'm so sorry for that, i just copied and pasted from my Email (contains the signature) directly into the post ...
  4. D

    Help Needed: Understand Assembly Program Processing Direction

    I need help, pls ! Hello, Could you pls help me answer this question: - Please take a look at my small Assembly program that reads a tring from keyboard, then displays all the characters that are not uper-case letters in reverse order: .model small .stack 100 .data tb1 db 'Pls enter a...
Back
Top