Assembly ðŸ’Ŋ

Calling ðŸĪ™ Conventions in x86

In this article I’m giving an overview of different calling conventions with examples. Intro Consider the following code snippet:

Flags

CF Its full name is carry flag. Its main purpose is to tell that the resulting number after some operations is too much to bear for the registry size.

Operations

In this article I’m describing all assembly operations that I’ve encountered myseld and also wasn’t lazy anough to put down an explanation about here.

Registers

EAX EIP EBP RSI/ESI Source Index. RSI - 64 bit, ESI - 32. RDI/EDI Destination Index.

Assembly Cheatsheet

Lorem markdownum aequalis strigis. Saetigeri iubeas, vultu huic alvum nondum de obside ut laniavit arbor palmis, cum quin.

ARM Assembly

In this article I’m giving a quick dive-in into assembly. It’s very simple and very difficult at the same time.

Assembly Intro

In this article I’m giving a quick dive-in into assembly. It’s very simple and very difficult at the same time.