On Fri, Jan 12, 2001 at 08:42:24PM +0100, Kevin D. Kissell wrote: > And thereby hangs a tale. MIPS tweaked the Config register, and has > added additional registers "behind" the Config register (a previously > reserved zero field in the mtc0/mfc0 instructions now serves as a > sort of bank select, and most current gnu assemblers recognize > "mfc0 $2, 16, 1", etc.) in MIPS32 to allow MMU and cache configuration, Do you know when the ability to address the additional register banks got added to gas? I'd like to get rid of the sucky .word <opcode> thing we're using right now to address the additional register banks. Ralf