2.0.3 • Published 7 years ago

xnt v2.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

hex

hex notation related tools

The hex notation logic for representing binary values into a visual representation for the hex language

-- logic --

In essence a hex symbol represent semi-nibble (half nibble) value so there is 4 possible values

fullhalf-right

empty 00 half-right 01 half-left 10 full 11

so a full byte will be converted as follows

half-leftempy 10110001

usage:

  • var xnt = require('./xnt'); xnt.binaryToHex("11");
2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago