Well, I've asked around and I can't get a straight answer so I'll just ask here.
What is a string code, how is it used, and when would it be beneficial to use?
CST3: String Code
06______ YYYYYYYY : Patch code (ba) d1d2d3d4 d5d6d7d8... writes d1d2d3d4 d5d6d7d8... at ba+address. YYYYYYYY is the number of bytes to write
16______ XXXXXXXX : Patch code (po) d1d2d3d4 d5d6d7d8... writes d1d2d3d4 d5d6d7d8... at po+address. YYYYYYYY is the number of bytes to write
if you want to write to a set of adresses and make it look like this:
01020304 05060708 090A0B0C 0D0E0F00
you code would be this:
06_____ 0000000X (can't rember exact think it's 0x4 or 0x10)
01020304 05060708
090A0B0C 0D0E0F00
basically line saving