Skip to content

Releases: maziac/hex-hover-converter

Large numbers and immediate

25 Oct 16:24
Compare
Choose a tag to compare
  • Thanks to contribution from appden: Support numbers larger than 53-bits and immediates in assembly
  • The "$" recognition as prefix for hex has been removed. This still works but is now more ambiguous.

Negative first

01 May 11:04
Compare
Choose a tag to compare

In order to install this version in vscode use the command palette (F1) "Extensions: Install from VSIX..." and install the .vsix file below.

Changes:

  • Better Verilog support. Also d supported.
  • Changed order of display (negative numbers first).

Verilog

30 Apr 17:13
Compare
Choose a tag to compare
Verilog Pre-release
Pre-release

In order to install this version in vscode use the command palette (F1) "Extensions: Install from VSIX..." and install the .vsix file below.

Changes:

  • Feature request #3: Support for SystemVerilog number format, hex and binary formats are supported now (e.g. 'h7F123A).
  • Allows now underscores to be separators for the hex number, e.g. 0xAABB_CCDD.

Binary Separator

06 Mar 16:19
Compare
Choose a tag to compare
  • Fixed accuracy problem for very large numbers. Issue #2.
  • Showing binary values now with separator for better readability.