Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

What decides memory address for global variables. Compiler or Operating system?

c assembly x86-16

Branch to an address using GCC inline ARM asm

How should the byte sequence 0x40 0x55 be interpreted by an x86-64 emulator?

assembly x86-64

How does test and je/jne work

debugging assembly x86 lldb

What does mov bl do in assembly

c++ assembly x86

Can my CPU execute multiple NOPs per CPU cycle?

c performance assembly nop

why do repe and repne do the same before movsb?

Default registers and segments value on booting x86 machine

Why do some 8051 program ends with the code "LOOP: SJMP LOOP"

assembly 8051

8086 assembly on DOSBox: Bug with idiv instruction?

assembly x86 x86-16 tasm dosbox

When to use ADOX instead of ADCX?

assembly x86 adx

x86 register flag abbreviations

assembly x86 masm eflags

What does ZTV,ZTS,ZTI mean in the result of gdb x/nfu "vtable_address"?

x86 XOR opcode differences

Finding countdown timer in Grub 2.02 source code

c assembly grub

Confusion about ARM documentation on carry flag

assembly arm compare carryflag

Slow vpermpd instruction being generated; why?

Why doesn't Ice Lake have MOVDIRx like tremont? Do they already have better ones?

Why does clang behave weirdly with register variables compared to gcc?

c assembly clang

x86 Assembly Why use Push/Pop instead of Mov?

assembly x86 exploit shellcode