blob: 1271b5825346ce2a43ff7f70dadd1d087ac46c5c [file] [log] [blame]
------- Copy 10+1 bytes from buffer to target
------- EX to OR in the length
before: buffer = |0123456789abcdef|
before: target = |XXXXXXXXXXXXXXXX|
after: buffer = |0123456789abcdef|
after: target = |0123456789aXXXXX|
------- EX 0,... has no effect (writes out target)
target = |0123456789aXXXXX|
------- EX to OR in the syscall number (writes out target)
target = |0123456789aXXXXX|