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