This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4a305f6
)
'v' unpacks unsigned shorts.
author
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Tue, 11 May 2004 17:21:35 +0000
(17:21 +0000)
committer
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Tue, 11 May 2004 17:21:35 +0000
(17:21 +0000)
p4raw-id: //depot/perl@22811
pod/perlpacktut.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlpacktut.pod
b/pod/perlpacktut.pod
index
a88b945
..
56f986a
100644
(file)
--- a/
pod/perlpacktut.pod
+++ b/
pod/perlpacktut.pod
@@
-400,7
+400,7
@@
containing a stack frame as it happens on an Intel 8086:
First, we note that this time-honored 16-bit CPU uses little-endian order,
and that's why the low order byte is stored at the lower address. To
-unpack such a (signed) short we'll have to use code C<v>. A repeat
+unpack such a (
un
signed) short we'll have to use code C<v>. A repeat
count unpacks all 12 shorts:
my( $ip, $cs, $flags, $ax, $bx, $cd, $dx, $si, $di, $bp, $ds, $es ) =