Small utility for pretty-printing numbers in binary, useful to manually decoding register without counting digits by hand.
; regbits 768
Value: 0x00000300 // 768
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
╭───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───╮
│ │ │ │ │ │ │ x │ x │ │ │ │ │ │ │ │ │
╰───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───┴───╯