Skip to main content

One post tagged with "Operand"

An operand is the data that's being operated on by an instruction in a programming language or a machine language. It can be a value, an address, or another type of data that's used as input to perform some operation. Operands are specified either explicitly (e.g., using a specific value) or implicitly (e.g., loading a register).

View All Tags

THM | x86 Assembly Crash Course

· 14 min read

Malware Analysis | x86 Assembly Crash Course | Summary:

The room discusses various aspects of x86 assembly language programming, covering essential concepts such as opcodes and operands, general assembly instructions, arithmetic and logical instructions, conditionals, and branching instructions.

It also includes some warnings about the use of these instructions in real-world scenarios, particularly related to shellcode injection.