Newbetuts
.
New posts in machine-code
How to write and executable Windows .exe manually (machine code with Hex editor)?
windows
exe
executable
machine-code
How to force NASM to encode [1 + rax*2] as disp32 + index*2 instead of disp8 + base + index?
assembly
x86
nasm
micro-optimization
machine-code
Is there a programming language "below" Assembly? [closed]
assembly
machine-code
microcoding
How to write and execute PURE machine code manually without containers like EXE or ELF?
machine-code
Why isn't my assembly program setting r1 to the correct value?
assembly
simulator
cpu-registers
machine-code
lc3
Segmentation fault when using DB (define byte) inside a function
assembly
x86-64
nasm
machine-code
how arm-thumb instruction set's blx instruction support 4MB range
assembly
arm
machine-code
thumb
instruction-encoding
int operators != and == when comparing to zero
c++
performance
assembly
machine-code
Why aren't instructions' adresses consecutive in machine code?
assembly
x86
x86-64
machine-code
What does the /4 mean in FF /4?
assembly
x86
machine-code
opcode
What does "rep; nop;" mean in x86 assembly? Is it the same as the "pause" instruction?
assembly
x86
x86-64
cpu
machine-code
What is the difference between native code, machine code and assembly code?
.net
assembly
bytecode
machine-code
How to read the Intel Opcode notation
assembly
x86
intel
opcode
machine-code
Call an absolute pointer in x86 machine code
machine-code
x86
jit
How to Calculate Jump Target Address and Branch Target Address?
assembly
mips
machine-code
rbp not allowed as SIB base?
assembly
x86
x86-64
machine-code
addressing-mode
Assembly code vs Machine code vs Object code?
assembly
machine-code
object-code
Prev