Skip to content

Commit

Permalink
Merge pull request #307 from kobi824/bitmap-doc
Browse files Browse the repository at this point in the history
Fix typo in bitmap.md
  • Loading branch information
adamdecaf authored Feb 16, 2024
2 parents 0a93502 + dd4cf5f commit 0813da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bitmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ An ISO 8583 message contains at least one bitmap, called the "primary bitmap", w

Bitmaps are often represented by hex characters. For example, `0x4210000000000000` in hex corresponds to fields 2, 7, and 12 being present. The equivalent binary bitmap would be `0b0100001000010000000000000000000000000000000000000000000000000000`.

Similarly, let's look an at example with a secondary bitmap. Say the primary bitmap is `0xF000000000000000` and the secondary bitmap is `0x3000000000000000`. We can conclude that fields 1 (the secondary bitmap itself), 2, 3, 4, 67, and 68 are present.
Similarly, let's look at an example with a secondary bitmap. Say the primary bitmap is `0xF000000000000000` and the secondary bitmap is `0x3000000000000000`. We can conclude that fields 1 (the secondary bitmap itself), 2, 3, 4, 67, and 68 are present.

0 comments on commit 0813da9

Please sign in to comment.