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 Mike Lewis 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: *

  1. NinJJa73

    Integer Input between a desired range

    Ok, everything is sorted. I've been through all the code and can understand what each line does now [2thumbsup]. I think i've learnt more in the last couple of days then the last couple months beforehand. I can't thank you enough for the help it is much appreciated. :)
  2. NinJJa73

    Integer Input between a desired range

    Thanks again, 1 last question if the user inputs say a 3 digit number such as 213 does this mean I have to change cl to 100 to get the correct value for the hundreds column e.g. 2 x 100 1 x 10 3 x 1 then add the 3 values (200,10,3)? reason I ask is at the moment i know mostly the basic...
  3. NinJJa73

    Integer Input between a desired range

    thank you so much [thumbsup2], i'm now starting to see how it works. I can understand how almost all the code works but if its not too much of a bother how would i go about checking if the inputted number is between 0-255 as the current code works between a larger range of numbers. Am i right...
  4. NinJJa73

    Integer Input between a desired range

    Hi, Let me first say that i am very new to assembly language, and finding it to be a bit out of my depth but anyway heres the problem: I'm currently in the process of writing a program in 8086 assembly language but i'm really stuck. I need to be able to get an integer input from the...

Part and Inventory Search

Back
Top