Menu

Code Body List Format

awsdert
xxxxxxxx xxxxxxxx
vvvvvvvv vvvvvvvv
etc...

Here v... has it's size determined by the code size.
An example of which is

51000306 00000010
00000000 00000000
64384356 15476821

which would produce

write 6438 to 0x00
write 4356 to 0x02
write 1547 to 0x04
write 6438 to 0x20
write 4356 to 0x22
etc...

since the size is 16bit and the number of values to be written is define as 3 ( where the test parameter normally goes ) and the loop parameter is defined as 6 with the address being incremented by ( 0x10 * 2 )


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.