TSK3000A Generic Instruction - DIVU

Frozen Content

Instruction:    Divide Unsigned

Assembler Format
Example
Translates to...

divu rA, rB

divu $3, $4

divu $0, rA, rB

divu rA, IMM32

divu $3, 0x12345678

li $at, IMM32
divu rA, $at

divu rC, rA, IMM32

divu $2, $3, 0x12345678

LI $AT, IMM32
divu rC, rA, $at

You are reporting an issue with the following selected text and/or image within the active document: