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 IamaSherpa 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. silent11

    need help with a DLX program for an assignment

    Nevermind, I figured it out.
  2. silent11

    need help with a DLX program for an assignment

    Hi, I'm new to assembly (usually program in C++), and in one of my classes, I need to find out what some assembly code does. Can you guys help me? ADDI R1, R0, #1 SW R1, 2000(R0) LOOP: LW R1, 2000(R0) MULT R2, R1, #4 ADDI R3, R2, #5000 LW R4, 0(R3) LW...

Part and Inventory Search

Back
Top