https://sourceware.org/bugzilla/show_bug.cgi?id=33493

            Bug ID: 33493
           Summary: GAS MIPS Assembler documentation need to add pseudo
                    instructions
           Product: binutils
           Version: 2.46 (HEAD)
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: rhurst24811 at gmail dot com
  Target Milestone: ---

MIPS pseudo instructions haven't been updated since year 2000 and that document
appears wrong. The MIPS assembler makes extensive use of the pseudo
instructions but are not documented in the PDF manual. Took several days to
figure out how to get the assemble to not mangle the divu instruction.

Example:
     source                  assembles as
divu    $zero, $a3, $v1     divu        zero,a3,v1
divu    $v0, $v1            teq         v1,zero,0x7
                            divu        zero,v0,v1
                            mflo        v0

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to