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 SkipVought 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. RagnarokD1

    Add and Multiply.

    Aircon Thx a lot the first one is right. Thx a bunch. :)
  2. RagnarokD1

    Add and Multiply.

    I'm trying to add and multiply. EX: [N1+N2*N3] First multiply N2 and N3. Second add N1 and the result of N2*N3. BTW this is on Assembly Language MASM. Here is some of the code for perform calculation section. mov ax,N2 mul bl mov ax,N3 mov X1,ax add...

Part and Inventory Search

Back
Top