Description Usage Arguments Details Author(s) See Also Examples
This function displays a "rawBlock"
object.
Each line of output contains a binary offset, the binary data
in a raw machine format, and an interpretation of
the data in a human-readable format.
The object contains parameters controlling the format
of the display, some of which may be overridden in
the call to print
.
1 2 3 4 5 |
x |
A |
width |
The number of bytes to display per line of output. |
machine |
The machine format to display;
either |
sep1 |
A separator to insert between the block offset and the machine format. |
sep2 |
A separator to insert between the machine format and the human-readable format. |
showOffset |
If |
showHuman |
If |
page |
If |
... |
Other arguments to |
If either width
or machine
is NULL
,
the relevant value is taken from the
"rawBlock"
object. The human-readable format is
taken from the "rawBlock"
object.
Paul Murrell
1 2 3 4 |
0 : 74 65 73 74 20 70 61 74 74 65 72 6e 0a | test pattern.
0 : 74 65 73 74 20 70 61 74 | test pat
8 : 74 65 72 6e 0a | tern.
0 : 01110100 01100101 01110011 01110100 | test
4 : 00100000 01110000 01100001 01110100 | pat
8 : 01110100 01100101 01110010 01101110 | tern
12 : 00001010 | .
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.