Memset
Jump to navigation
Jump to search
# memset (dst, fillbyte, len) # Fills (len) bytes at location (dst) with byte (fillbyte). 800222fc: 240a00a0 addiu r10,r0,0x00a0 80022300: 01400008 jr r10 80022304: 2409002b addiu r9,r0,0x002b