The Wayback Machine - https://web.archive.org/web/20191029042116/https://github.com/topics/assembler
Skip to content
#

assembler

Here are 883 public repositories matching this topic...

solardiz
solardiz commented Jul 19, 2019

Our users are often confused by the output from programs such as zip2john sometimes being very large (multi-gigabyte). Maybe we should identify and enhance these programs to output a message to stderr to explain to users that it's normal for the output to be very large - maybe always or maybe only when the output size is above a threshold (e.g., 1 million bytes?)

TheThirdOne
TheThirdOne commented Apr 10, 2019

InstructionCounter could be updated to also have counts for B and J. This would require copying some extra UI elements, adding some state to track counts and changing this if. This would only require understanding the code in InstructionCounter.
https://github.com/TheThirdOne/rars/blob/9ff2b886e635fe9272885d705a09a82836aec2d5/rars/tools/InstructionCounter.java#L225-L237

InstructionStatistics

You can’t perform that action at this time.