y Yank/paste bytes from/to memory
Usage: y[ptxy] [len] [[@]addr] # See wd? for memcpy, same as 'yf'.
yshow yank buffer information (srcoff len bytes)y 16copy 16 bytes into clipboardy 16 0x200copy 16 bytes into clipboard from 0x200y 16 @ 0x200copy 16 bytes into clipboard from 0x200yzcopy up to blocksize zero terminated string bytes into clipboardyz 16copy up to 16 zero terminated string bytes into clipboardyz @ 0x200copy up to blocksize zero terminated string bytes into clipboard from 0x200yz 16 @ 0x200copy up to 16 zero terminated string bytes into clipboard from 0x200ypprint contents of clipboardyxprint contents of clipboard in hexadecimalysprint contents of clipboard as stringyt 64 0x200copy 64 bytes from current seek to 0x200ytf filedump the clipboard to given fileyf 64 0x200file copy 64 bytes from 0x200 from file (opens w/ io), use -1 for all bytesyfa file copycopy all bytes from file (opens w/ io)yy 0x3344paste clipboard
yz yp yx ys yt ytf yf yfa yy