The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SPVM::Byte - Byte Utility

FUNCTIONS

MIN_VALUE

sub MIN_VALUE : byte ()

A constant holding the minimum value a byte can have, -128.

MAX_VALUE

MAX_VALUE : byte ()

A constant holding the maximum value a byte can have, 127.

BYTES

sub BYTES : int ()

The number of bytes used to represent a byte value in two's complement binary form, 1.

SIZE

sub SIZE : int ()

The number of bits used to represent a byte value in two's complement binary form, 8.