Search code examples
MASM 14: constant expected in winextra.inc...


assemblyx86visual-studio-2019masmmasm32

Read More
How do I need to change assembly code that it is going to work correctly?...


assemblymicroprocessors8085

Read More
Assembly x86 MASM - Problem of extracting 5 bits from memory...


assemblyx86bit-manipulationmasmbit-fields

Read More
Is it more efficient to multiply within the address displacement or outside it?...


assemblyoptimizationx86micro-optimizationaddressing-mode

Read More
vfork+execve strange when using syscall...


clinuxassemblyx86-64system-calls

Read More
Why does first address equal 0000 when .org 8000 in assembly?...


assemblydisassemblyhexdumpeeprom6502

Read More
Print integer to console in x86 assembly...


assemblyx86-16dos16-bit

Read More
Implementation of simple microprocessor using verilog...


assemblyverilogmicroprocessors

Read More
What does RISC-V do on PC overflow?...


assemblycpuspecificationsriscvprogram-counter

Read More
Caling procedure in conversion.asm from main .asm...


assemblyx86irvine32

Read More
What are the best instruction sequences to generate vector constants on the fly?...


assemblyx86ssesimdavx

Read More
Concatenate two given strings in 8086 + MOVSB does not work...


assemblyx86-16

Read More
Why are operands to relative jmp/call instructions treated as absolute by NASM / ndisasm?...


assemblyx86nasmdisassembly

Read More
How do microcontrollers store and retrieve data from RAM?...


assemblymicrocontrollercpu-architecturecircuit

Read More
Differences between: INT 10H , INT 16H, INT 21H...


assemblybinaryemulationx86-16

Read More
'sprintf' libc call gives SegFault in assembly on Ubuntu (sometimes)...


assemblyx86-64nasmlibccalling-convention

Read More
How to put label with 8085 microprocessor in assembly language?...


assemblysimulatormicroprocessors8085

Read More
Is there exist "_emit" or equivalent in Rust inline assembly?...


assemblyrustinline-assembly

Read More
static and volatile keywords from assembly point of view...


cassemblygccstaticvolatile

Read More
How to newline the printed string from the user in assembly code?...


assemblyinputnewlinex86-16

Read More
Placing NOPs in order to ensure no RAW Data hazard in MIPS assembly...


assemblymipscpu-architectureno-op

Read More
I am trying to load my kernel from disk using BIOS 13h interrupt but for unknown reasons it fails ev...


assemblyx86bootloaderdiskbios

Read More
x86 division exception-return address...


assemblyx86virtualboxx86-16interrupt-handling

Read More
Invalid operand for instruction...


assemblyvisual-c++x86-64

Read More
Function pointer performance; slower on a single call than multiple calls?...


c++performanceassemblyx86-64function-pointers

Read More
How to correctly use the "write" syscall on MacOS to print to stdout?...


macosassemblyx86-64system-callsgnu-assembler

Read More
how to call assembler code with Python on Windows...


pythonwindowsassemblyx86-64

Read More
Return value of a C function to ASM...


cassemblynasmosdev

Read More
Stack Frame not correct with GCC and STM32...


assemblygccarmstm32system-calls

Read More
Loading small numbers into 64 bit x86 registers...


assemblyoptimizationx86-64nasm

Read More
BackNext