Table of Contents

Search

  1. Preface
  2. Libraries for Industry Standards
  3. Using Libraries
  4. Descriptions of the Libraries
  5. Generate Library Objects

Libraries Guide

Libraries Guide

Swap

Swap

The
Swap
transformer takes hexadecimal input in bytes and swaps odd and even nibbles in each byte. A nibble is a half byte.

Example

You provide the following hexadecimal input to a
Swap
transformer:
000102
The transformer swaps the nibbles in each byte, then provides the following hexadecimal output:
001020

0 COMMENTS

We’d like to hear from you!