Skip to content
#

assembler

Here are 1,141 public repositories matching this topic...

solardiz
solardiz commented Sep 14, 2020

I think our hiding of plenty of useful options under --list=hidden-options is too obscure. I think we should unhide them all, printing the full options list on --help. We're being inconsistent with other projects, including hashcat, by not printing the full options list even on explicit --help. This can be confusing to new users, who wouldn't realize there are more options nor how to see tho

JoseDanielMunozFrias
JoseDanielMunozFrias commented Oct 2, 2020

I have found a bug in the memory dump. The size of the disassembled code is not enough for the instruction addi X28, X28, 0x28. The dump generated is:

0x00000078 0x028e0e13 addi x28,x28,0x000000254 addi x28, x28, 0x28

And as it can be seen the 8 of the immediate is truncated by the line number.

I think the fix is easy: in file rars/src/rars/riscv/dump/SegmentWindowDumpFormat.java cha

Improve this page

Add a description, image, and links to the assembler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assembler topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.