Search code examples
GDB does not load source lines from NASM...


assemblygdbx86-64nasm

Read More
Z80 16-Bit Load Instruction and Endianness...


assemblyemulationendiannessinstruction-setz80

Read More
What is _IO_stdin_used...


c++assemblyprintfx86-64reverse-engineering

Read More
Common symbol reported as 'redefined' in ancient NASM versions (0.98.39)...


assemblyx86nasmsymbolsredefinition

Read More
How can I find CALL and RET number using ptrace?...


cassemblyx86-64elfptrace

Read More
Hello, world in assembly language with Linux system calls?...


linuxassemblyx86nasmsystem-calls

Read More
Translating RCL assembly into C/C++...


c++assemblyx86reverse-engineeringinline-assembly

Read More
Should the assembler not honor my request for ret imm16?...


assemblyx86masmmachine-code

Read More
How syscall knows where to jump?...


linuxassemblyx86-64nasmsystem-calls

Read More
How are instruction sets standardized?...


assemblyx86-64instruction-set

Read More
Opcode differences between MOV r/m32, imm32 and MOV r32, imm32...


assemblyx86-64machine-codeopcodeinstruction-encoding

Read More
assembly language program to display a factorial of a number is not working...


assemblyx86factorialdosbox

Read More
Why does not console accept reverse line feed?...


linuxassemblyconsoleescapingnasm

Read More
How is a spin lock woken up in Linux/ARM64?...


assemblylinux-kernelarm64spinlockload-link-store-conditional

Read More
Printing a character to standard output in Assembly x86...


assemblyprintingx86

Read More
Using GCC inline assembly with instructions that take immediate values...


cgccassemblyarminline-assembly

Read More
X86 prefetching optimizations: "computed goto" threaded code...


assemblyx86prefetch

Read More
I am doing the sum of an array of elements in x86 assembly language. I should be getting 100000 in t...


assemblyx86masm

Read More
Is it possible for other x86-64 emulators on M1 to leverage the same optimizations used by Rosetta 2...


assemblyemulationarm64apple-siliconrosetta-2

Read More
MASM/NASM Differences...


assemblyx86nasmmasm

Read More
Why do I need to push the same value +4 when printing a float?...


assemblyx86floating-pointfasm

Read More
Why in this code a rectangle doesn't move when its coordinates are changed?...


animationassemblyx86-16tasm

Read More
What is global _start in assembly language?...


linuxassemblynasmld

Read More
How does this compiler optimization work?...


assemblygcccompiler-optimizationinlining

Read More
How to search for 8-bit value in a memory area and output the memory address? SBC86 Assembly...


assemblymemoryx86nasmmemory-address

Read More
Why are global variables in x86-64 accessed relative to the instruction pointer?...


cassemblycompiler-constructionx86-64relative-addressing

Read More
Deciphering RIP-relative LEA instructions as part of a switch statement...


c++assemblyx86-64relative-addressing

Read More
Converting hexadecimal HTML-color to Amiga colorregister hex (and back)...


htmlassemblyhex68000amiga

Read More
Is there a way to treat the register file as an array in ARMv8 (scalar or Neon)?...


assemblyarm64neon

Read More
How can the rep stosb instruction execute faster than the equivalent loop?...


performanceassemblyoptimizationx86micro-optimization

Read More
BackNext