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 dencom 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 TexFlex

  1. TexFlex

    ESP

    Thank you for the answer. Something in my reading was confusing, but I did have the right answer. Thanks again.
  2. TexFlex

    ESP

    If I have the directive: .stack 1000h How to I initialize the stack or how do I determine the ESP. Thank you. Texflex
  3. TexFlex

    Arrays - Assembly x86

    Glenn, Thank you again for your help.
  4. TexFlex

    Arrays - Assembly x86

    Glenn9999, Thank you for the correction. Can you help me convert an If statement to assembly language. The if statement is: if (value > 100) and (count <= 10) then subtract 5*count from value; end if; This is what I have: cmp value, 100 jne cmp ecx, 10 jl mov edx This is where I left...
  5. TexFlex

    Arrays - Assembly x86

    Glenn9999, Thank you. Your post was very helpful.
  6. TexFlex

    Arrays - Assembly x86

    Can anyone suggest a book or a good website so that I can understand how arrays work, and how to create them. I am a visual learner, and I need a book or website that uses visuals to demonstrate the process. Thanks for any help you can give me.
  7. TexFlex

    Subtracting Hexidecimal

    Thank you OlafBogus, Now I clearly understand how hex works.
  8. TexFlex

    Subtracting Hexidecimal

    Thank you for the reply. Now I realize I maybe having a little trouble with hex. Do you know of a website that I could go to to strengthen my knowledge in hex. Thank you
  9. TexFlex

    Subtracting Hexidecimal

    Hello everyone, I hope I am in the right forum. Could someone please give me the rules for subtracting hexidecimals? Thank you.

Part and Inventory Search

Back
Top