Skip to content
#

assembler

assembly logo

Assembly is a low-level programming language in which there is a very strict correspondence between language instructions and architecture machine code instructions.

Here are 1,557 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?)

i509VCB
i509VCB commented Dec 5, 2021

Essentially introduce const where appropriate for the public types exposed by the api.

This request intentionally only targets some functions since we don't have stable &mut in const contexts along with a bunch of other const stuff that is still nightly.

I don't expect that iced will ever become 100% const, that's unreasonable to assume due to the fact iced needs liballoc around the crate.

TheThirdOne
TheThirdOne commented Dec 8, 2021

I just found out that RARS does not support sext.w. It was only mentioned in the spec as a note on addiw so it was easy to miss, but if I missed one I probably also missing something else.

Someone (maybe me) should go through the table and see if there are any others m

Created by Kathleen Booth

Released 1949

Wikipedia
Wikipedia

Related Topics

c cpp operating-system