Releases: compiler-explorer/asm-parser
Releases · compiler-explorer/asm-parser
v0.9.5
v0.9.2
With relocation parsing
Now supports the parsing of relocations as presented by objdump
.
With relocation parsing - ubuntu 22
Now supports the parsing of relocations as presented by objdump
.
v0.8.2: Add .hword and .octa to datadefs (#30)
For compiler-explorer/compiler-explorer/issues/4434
v0.8: Escape JSON keys (#28)
* Escape JSON keys Fixes compiler-explorer/compiler-explorer/issues/3963 * Update src/utils/jsonwriter.cpp * test nonsense Co-authored-by: partouf <[email protected]>