User Tools

Site Tools


mywiki:hw:mips:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mywiki:hw:mips:start [2014/07/28 20:45] shaoguohmywiki:hw:mips:start [2022/04/02 17:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 MIPS MIPS
  
-| [[http://logos.cs.uic.edu/366/notes/mips%20quick%20tutorial.htm#RegisterDescription|MIPS quick Tutoria]] | {{:mywiki:hw:mips:pcspim-tutorial.pdf|}} | [[TLB]] | [[Barrier_Fence|Barrier/Pipeline Hazards/Align]] |+| [[http://logos.cs.uic.edu/366/notes/mips%20quick%20tutorial.htm#RegisterDescription|MIPS quick Tutoria]] | {{:mywiki:hw:mips:pcspim-tutorial.pdf|}} | [[TLB]] | [[Barrier_Fence|Barrier/Pipeline Hazards/Align]] | [[LinkScript|Link Script Guide]]  | [[cache]] |
 | [[MipsSimulator]] |  {{:mywiki:hw:mips:cs50-asm.pdf|MIPS ASM Programming}} | {{:mywiki:hw:mips:mips-iv.pdf| MIPS IV Instruction Set}} | {{:mywiki:hw:mips:mips_exception.pdf| MIPS exception}} | {{:mywiki:hw:mips:mips_vol3.pdf| MIPS Vol3}} | | [[MipsSimulator]] |  {{:mywiki:hw:mips:cs50-asm.pdf|MIPS ASM Programming}} | {{:mywiki:hw:mips:mips-iv.pdf| MIPS IV Instruction Set}} | {{:mywiki:hw:mips:mips_exception.pdf| MIPS exception}} | {{:mywiki:hw:mips:mips_vol3.pdf| MIPS Vol3}} |
  
 ====== Common Instruction ====== ====== Common Instruction ======
-For details, refer to {{:mywiki:hw:mips:mips-iv.pdf| MIPS IV Instruction Set}}+For details, refer to below documents: 
 +  * {{:mywiki:hw:mips:mips-iv.pdf| MIPS IV Instruction Set}} 
 +  * [[http://en.wikipedia.org/wiki/MIPS_instruction_set#MIPS_assembly_language]] 
 ===== Normal CPU Load/Store Instructions ===== ===== Normal CPU Load/Store Instructions =====
  
Line 43: Line 46:
 ===== Shift Instructions =====  ===== Shift Instructions ===== 
 <file> <file>
 +ROTR Rotate Word Right 
 SLL Shift Word Left Logical  SLL Shift Word Left Logical 
 +SLLV hift Word Left Logical Variable 
 SRL Shift Word Right Logical  SRL Shift Word Right Logical 
 SRA Shift Word Right Arithmetic  SRA Shift Word Right Arithmetic 
 +ROTRV Rotate Word Right Variable 
 SLLV Shift Word Left Logical Variable  SLLV Shift Word Left Logical Variable 
 SRLV Shift Word Right Logical Variable  SRLV Shift Word Right Logical Variable 
mywiki/hw/mips/start.1406551529.txt.gz · Last modified: (external edit)