Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in assembly

jmp FWORD PTR [eax-0x67]?

assembly x86

How to make x=2a+3b in 4 instructions limit using ONLY mov,add,sub,neg? [closed]

assembly add x86-16 mov

manipulating c variable via inline assembly [duplicate]

c assembly inline-assembly

ARM Assembly: Absolute Value Function: Are two or three lines faster?

Why some part of an os has to be written in assembly? [duplicate]

x86 Assembly Force Cache Store

c caching assembly x86

Assembly language using shl to multiply by an odd number?

assembly x86

How does the branch predictor know if it is not correct?

main and stack alignment

linux gcc assembly nasm x86-64

The KDbg is not working/launching on ubuntu

ubuntu assembly kdbg

Why does llvm and gcc use different function prologs on x86 64?

c gcc assembly llvm x86-64

Assembly multiple definition

assembly

C & low-level semaphore implementation

Error: Operation size not specified - NASm

assembly nasm x86-16 mov

Is there a more direct method to convert float to int with rounding than adding 0.5f and converting with truncation?

LFENCE is really useless vs. Spectre #2?

what is jmpl instruction in x86?

assembly x86 gnu-assembler att

Why was NOP assigned to 0x90 in x86 assembly?

How to view the assembly code generated from my JavaScript (in Chrome)?

How do I access the state of individual bits of a word in MIPS?