You are not logged in.
Pages: 1
Does anyone know of a simple MIPS assembler for linux?
One option would be to install a separate set of binutils compiled with MIPS as target, but that seems a bit overkill...
Offline
Assembly / assemblers are kinda unpopular in linux world
(guess its because of the many architechtures?)
I too would like to find some good assemblers.
Edit found these:
http://www.cs.wisc.edu/~larus/spim.html
Last edited by Mikko777 (2007-02-06 15:23:50)
Offline
Spim reads MIPS-assembly and "runs" that.
GXemul reads compiled MIPS binaries and "runs" that.
I'm already using GXemul, but I need something to translate my assembly to binaries so I can run it with gxemul...
Offline
Pages: 1