Relative Content

Tag Archive for assemblymipsmips32spim

How to work with multiple assembly code source files in SPIM

I’m learning to write assembly code at the moment using SPIM to simulate a MIPS32 environment. Reading some other posts here and elsewhere, it appears that some MIPS environments support an .include directive to allow you to refer to another source code file, but it appears that SPIM does not support this directive.