News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

MIPS instruction encoding

Started by King_Lacho, April 15, 2007, 07:41:25 AM

Previous topic - Next topic

King_Lacho

I haven't been to this forum for a very long time, but it's because I'm always busy with college homework.

Currently, I'm working on a project of a MIPS assembler, which I have to write in MIPS Assembly language. The doubt I have is that I'm not sure about which is the format of some instructions (e.g. DIV or MULT), which receive only 2 arguments, instead of 3 (as do the ones I've already coded). Could anybody please help me by letting me know if they are in Register, Immediate, or Jump Encoding Format?

and if so, then in what order should the registers be encoded?

:eek :eek :eek

hutch--

Hi King Lacho,

Good to hear from you again. You may be lucky if one of the members knows something about MIPS assembler but it may be worth you posting a question in the Usenet group Alt Lang Asm but beware, its usually a circus.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

King_Lacho

Thanks there! I guess you'll be hearing more from me now that I finally understand assemblers...  :bdg

I guess that, just in case, I'd better start Google-ing that out....  :toothy

EduardoS

Have you tryed http://www.mips.com ? You must register to download manuals.
At work I have a good mips manual, will post here again if i find an online reference.

King_Lacho