Search code examples
adding 32 bit protected to operating system...


assemblyx86operating-systemnasm

Read More
Should the box at the bottom be %rax instead of %rbx in Fig 6-1 of Jonathan Barlett's book?...


assemblyx86-64gnu-assembleratt

Read More
How does an adder perform unsigned integer subtraction?...


assemblysubtractionunsignedalu

Read More
Compile and run assembly file using Masm and ConTEXT...


assemblymasmcontext-editor

Read More
Explain how the AF flag works in an x86 instructions?...


cassemblyx86eflagsx86-emulation

Read More
Do any languages / compilers utilize the x86 ENTER instruction with a nonzero nesting level?...


assemblyx86compiler-constructionnested-functionstack-frame

Read More
What does the following assembly does for the following .c file...


cassemblysparc

Read More
Assembly x86 flags- overflow flag...


assemblyx86flagseflagssigned-overflow

Read More
FASM 64 bit exception on call winmm.dll...


assemblyx86fasm

Read More
ret2libc strcpy not complete...


pythonassemblyx86glibcexploit

Read More
Adding two n-bytre integers to produce an n-byte answer in 6502?...


loopsassemblyadditionbigint6502

Read More
Getting a string to print via bios interrupt...


assemblyx86nasminterruptbios

Read More
emulating thiscall in C to achieve struct functions without self-referencing...


coopassembly

Read More
Convert C/C++ to 8086/88 Assembly...


c++cassemblygccx86-16

Read More
Which version of ARM does the M1 chip run on?...


macosassemblyapple-m1arm64apple-silicon

Read More
Assembly: How does fld st(0) duplicate the top stack value in the following code?...


assemblyx86x87

Read More
Segfault even though correct value in variable?...


cassemblyx86nasm

Read More
PowerPC for 440fp CPU openssl support...


assemblyopensslpowerpc

Read More
What does "int 21h" mean in Assembly?...


assemblysystem-callsinterruptdosx86-16

Read More
How to link two nasm source files...


assemblylinkernasmextern

Read More
What is iii, rr and mmm?...


assemblyx86machine-codeinstruction-encodinghla

Read More
Redundant instruction in compiled code...


assemblyvisual-c++x86

Read More
Why is SSE4.2 cmpstr slower than regular code?...


cperformanceassemblyx86sse

Read More
DOS interrupt 10 with AX 700...


assemblyx86dos

Read More
Understanding disassembler: See how many bytes are used for add...


assemblyx86-64disassemblyattmachine-code

Read More
How to choose between compiling ARM assembly file if iOS device and using regular C if iOS simulator...


ciphoneassemblyarm

Read More
Gcc inline assembly, what does "'asm' operand has impossible constraints" mean?...


cgccassemblyinline-assemblycpu-registers

Read More
Assembly Compiler...


assembly

Read More
Which arithmetic instruction set operation is the slowest and the fastest? Are there any ranking? Be...


performanceassemblyx86benchmarkinginstruction-set

Read More
How can I make gdb print unprintable characters of a string in hex instead of octal while preserving...


cstringdebuggingassemblygdb

Read More
BackNext