Releases: dzhang314/AssemblyView.jl
Releases · dzhang314/AssemblyView.jl
v0.2.1
AssemblyView v0.2.1
v0.2.0
AssemblyView v0.2.0
- performed major internal overhaul of print handler system
- renamed
AssemblyInstruction.instruction
toAssemblyInstruction.opcode
- improved prologue/epilogue removal: detect and remove
add/sub rsp, imm
after push/pop - implemented conditional jump fusion:
cmp rax, rbx; jge label;
becomesif (rax >= rbx) goto label;
v0.1.0
AssemblyView v0.1.0
Initial public (registered) release of AssemblyView