Search code examples
Using printf from c in Nasm causes the string to add random end line statment...


cassemblyprintfnasm

Read More
testing in a while loop (MARIE)...


assemblymarie

Read More
Why does loading EAX from a byte array not compare equal to the literal I expected?...


arraysassemblyx86nasm

Read More
How to initialize global data as pointer referring to a label?...


assemblymarie

Read More
How to print in NASM assembly...


assemblyprintingnasm

Read More
Is performance reduced when executing loops whose uop count is not a multiple of processor width?...


performanceassemblyx86cpu-architecturemicro-optimization

Read More
Printing out a number in assembly language?...


assemblyx86real-mode

Read More
Is it possible to define a C++ function where one parameter is passed via the EAX register?...


c++windowsassemblyvisual-c++reverse-engineering

Read More
Why does operand 1 in a modr/m byte change depending on the decoding mode...


assemblyx86x86-6464-bitinstruction-encoding

Read More
How did Wine64 manage to handle macOS?...


macosassemblyx86-64wine

Read More
Why CSAPP say Gcc do not use vcvtss2sd?...


assemblygccsse

Read More
Twice as slow SIMD performance without extra copy...


assemblyx86-64simdsseamd-processor

Read More
external assembly file in visual studio...


visual-studioassemblyx86x86-64masm

Read More
Are there any negative side-effects to using -mmacosx-version-min and -segalign flags to reduce padd...


cmacosassembly

Read More
data segment of AVR store nonsense after compiling...


assemblyarduinoavr

Read More
Unable to find 'Software1.dll;Software2.dll' to be lazy loaded later. Confirm that project o...


assemblylazy-loadingblazor-webassemblyrazor-class-library

Read More
gnu inline assembly constraint `i` for memory address...


assemblygcclinux-kernelx86inline-assembly

Read More
Opcode for label in assembly language...


assemblylabelopcode8085

Read More
How to prepare stack pointer for bare metal Rust?...


assemblyrustx86bootloaderstack-pointer

Read More
Push XMM register to the stack...


assemblyx86simdsse

Read More
What are the binary representations for the flags used in the Linux open() syscall?...


clinuxassembly

Read More
Order in which instructions are printed/executed...


assembly64-bitnasm

Read More
How to Calculate Jump Target Address and Branch Target Address?...


assemblymipsmachine-codeinstruction-encoding

Read More
How to read the Marie Programme table?...


assemblymarie

Read More
What are the Absolute Far Jump Operands in X86...


assemblyx86machine-instruction

Read More
GAS: Explanation of .cfi_def_cfa_offset...


assemblycallstackgnu-assemblerdwarf

Read More
How to determine which x86 memory operand width and type is used from an asm listing?...


c++assemblyx86x86-64gnu-assembler

Read More
Are variables of type .double stored on two registers?...


assemblyfloating-pointmipscpu-architecturecpu-registers

Read More
Binary Right Shift, Given Only Addition...


assemblybinarybit-manipulationbit-shiftlc3

Read More
How to get NASM to encode `push` with a sign-extended 16-bit immediate?...


assemblyx86-64nasminstruction-encodingimmediate-operand

Read More
BackNext