标签: assembly mips mips32
我需要在MIPS程序集中表示一个简单的结构,如:
struct User { int id; char name[8]; int age; int average_vote; }User;
我还需要在队列中放置和删除(通过id)此用户