Search code examples
Assemble and run i386 asm program on x86-64 Linux with as and ld...


linuxassemblyx86linkermultiarch

Read More
Z80 division algorithm not functioning properly...


mathassemblyz80

Read More
Turning keyboard LED lights on...


assemblyx86keyboardx86-16ioports

Read More
emu8086 doesn't work (NI DataSocket 19.0)...


windowsassemblyemu8086

Read More
What are 8086 ESC instruction opcodes...


assemblyx86x86-16machine-codeinstruction-encoding

Read More
Does LSR affect C flag in arm64?...


assemblyarmcpu-registersarm64flags

Read More
.S assembly code Macro to apply another macro to multiple registers in .S...


assemblygccgnu-assembler

Read More
ROR turns on the Overflow flag...


assemblyx86eflags

Read More
Read value of GDTR...


assemblygccx86inline-assemblygdt

Read More
how does the SUB instruction work in assembly AVR...


assemblyavrinstruction-set

Read More
Launching core 1 on the RP2040 with baremetal assembly...


assemblyarmmulticoreraspberry-pi-picorp2040

Read More
When to use .byte over .ascii...


assemblymips

Read More
ARM inline assembly: Move function address to register...


assemblygccinline-assemblyarm64gnu-assembler

Read More
Protecting executable from reverse engineering?...


c++cobfuscationassembly

Read More
What is the usage for the shadow space for the first 4 parameters in x64 calling convention...


assemblyx86-64calling-convention

Read More
Understanding jump address calculation for different bit ISA...


assemblymipscpu-architecturemachine-codeinstruction-set

Read More
How to compare two vectors using SIMD and get a single boolean result?...


assemblyx86ssesimd

Read More
Why use adr and ldr x2, =var to get the address of a variable?...


assemblymemory-addressarm64

Read More
why called function can get arguments of parent-function by va_start()?...


clinuxassemblygcc

Read More
Enable ARM errata in inline assembly...


cassemblyarmimx6

Read More
IBM 5150 - int 21h corrupts segment registers...


assemblyx86dosx86-16masm

Read More
M68K: predecrement on the same register...


assemblyaddressing-mode68000

Read More
How should I create a binary file from a text file using a dictionary as lookup table in python...


pythonassembly

Read More
Load value of register in 2 by 2 bytes to another register...


assemblymemory-managementcpu-registersz80

Read More
Assembly (GNU Assembler) - Unexpected token in operand at "movl $0, %eax"...


assemblygcc

Read More
Black screen NASM UEFI...


assemblyx86-64nasmbootuefi

Read More
Is < faster than <=?...


c++cperformanceassemblyrelational-operators

Read More
gdb commands gdbstub to write to _Unwind_DebugHook memory location...


cassemblygccgdbx86-64

Read More
Is there any way to understand if a raw binary firmware is Cortex-M or not?...


assemblyarmembeddedreverse-engineeringcortex-m

Read More
Acquire-release on x86...


cmultithreadingassemblyx86x86-64

Read More
BackNext