Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 518 Bytes

Readme.org

File metadata and controls

16 lines (14 loc) · 518 Bytes

Readme - Bits Widget

Bits Widget

This is a small widget that provides a widget interface in Emacs to fiddle with bits. It allows you to:

  • Define a number in Hex
  • Define a number by interactively setting bits
  • Push the number to the kill ring in a variety of formats including:
    • Calc 16#NNNN format
    • Elisp #xNNNN format
    • Regular 0xNNNN
    • Optionally add the “Byte” unit suffix to the pushed number
      • This is useful with the calc-prog package