Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.37 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.37 KB

Pylint Pytest Code style: black

Register Calculator

The register calculator is a graphical tool intendend to view and manipulate individual bit fields in a data register. Arbitrary bit fields can be added and a value change in either a field or the main register is reflected everywhere.

Binaries for latest release:

Features

  • Modify register/field using binary, hexadecimal or decimal values.
  • Add any bit range as a new field by selecting the bits in the binary field and click the 'Add field' button.
  • Export and import settings using a json-file. Import using import dialog or drag-and-drop onto main window.
  • Choose bit number order, e.g from 31:0 or 0:31
  • Choose a register bit size of 8, 16 or 32 bits.
  • Swap bytes within the register to handle endianness.