tayiba zahid asked 4/10/2009 Write Assembly Language Program To Sort The Following Numbers, Using Bubble Sort, In Signed Descending Order: -10, -30, -25, 50, 15, 20, 35, 40, 45, 0?
tayiba zahid asked 4/2/2009 Write A Program In Assembly Language That Calculates The Sum Of First Five Odd Numbers (1, 3, 5, 7, 9) And Stores The Result In AX Register. You Can Do It With The Help Of Loop (initialize AX Register With Value 0 And BX With Value 1, And Then On?