MIPS supports unaligned load (lwl) and store (swl) instructions.
This works great for structs like:
typedef struct {
BYTE b;
DWORD&nb
↧