-
Updated
Aug 31, 2020 - C
assembler
Here are 1,141 public repositories matching this topic...
-
Updated
Aug 26, 2020 - C#
-
Updated
Sep 26, 2020
-
Updated
Oct 6, 2020 - Python
-
Updated
Jan 26, 2018 - Pascal
-
Updated
Feb 27, 2019 - Python
-
Updated
Oct 6, 2020 - Java
-
Updated
Dec 24, 2017 - WebAssembly
-
Updated
Oct 1, 2020 - JavaScript
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
-
Updated
Jan 29, 2020 - Rust
-
Updated
Oct 31, 2016 - JavaScript
-
Updated
Oct 6, 2020 - C++
-
Updated
Nov 9, 2019 - Nim
-
Updated
Sep 19, 2020 - Python
-
Updated
Oct 5, 2020 - Rust
Improve this page
Add a description, image, and links to the assembler topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assembler topic, visit your repo's landing page and select "manage topics."
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