The specification requires MIPS I assembly.
However, to confirm the ambiguity for floating point and pseudo instructions I want to clarify which instructions should be supported.
To conform with the clang outputs i believe that pseudoinstructions should be ignored such as mov etc. Since a real assembler wouldn't create such instructions. Also, for floating point i believe it should be assumed that they are supported as they are part of the original MIPS specification.
The specification requires MIPS I assembly.
However, to confirm the ambiguity for floating point and pseudo instructions I want to clarify which instructions should be supported.
To conform with the clang outputs i believe that pseudoinstructions should be ignored such as mov etc. Since a real assembler wouldn't create such instructions. Also, for floating point i believe it should be assumed that they are supported as they are part of the original MIPS specification.