Search code examples
Should using MOV instruction to set SS to 0x0000 cause fault #GP(0) in 64-bit mode?...

assemblyx86-64nasmosdevmemory-segmentation

Read More
In x86_64 Linux NASM, is it possible to have multiple opcodes on one line?...

assemblyx86-64nasm

Read More
Read data from proc/sys/kernel/...

linuxassemblyx86nasm

Read More
Difference between "mov eax, [num]" and "mov eax, num"...

assemblyx86nasm32-bit

Read More
NASM : _malloc allocating too much memory...

macosassemblymallocnasm

Read More
Loading and running a raw binary file with 32-bit code in QEMU...

assemblyx86nasmbinaryfilesqemu

Read More
How to display "The reversed string is:" and the reversed string on the same line in assem...

linuxassemblyx86debiannasm

Read More
Loop iteration is failing at second iteration...

linuxloopsassemblyx86nasm

Read More
CMPXCHG8B example using Nasm Assembler...

assemblyx86nasmintel

Read More
My assembly code for printing string works on QEMU, but not on real hardwares...

assemblynasmqemureal-mode

Read More
x86-16: INT 13h does not read file correctly from the disk...

assemblynasmx86-16bootloader

Read More
NASM x86 using of nonexisting segment register 7...

assemblyx86nasm

Read More
How can I modify the stack with nasm, x86_64, linux functions (using `ret` keyword)?...

linuxassemblyx86-64nasmstack-memory

Read More
How to implement Unreal mode with NASM (DOS)?...

assemblynasmx86-16dos

Read More
NASM says "Invalid combination of opcode and operands" for MUL with two operands...

assemblyx86nasmopcodeoperands

Read More
Creating a NASM assembly char * array to be used in syscall 59...

arraysassemblynasm

Read More
How to access a parameter passed on the stack on entry to a DLL?...

assemblynasmx86-64ctypescalling-convention

Read More
Why Cpp output red font lead to error,but Nasm correct?...

c++operating-systemnasm

Read More
MOVZX in Assembly (NASM) - how does it pick a source size when none is specified and the destination...

assemblyx86nasmmovzero-extension

Read More
Running windows shell commands NASM X86 Assembly language...

securityassemblynasmaslr

Read More
Can the _start symbol in the assembly be replaced with another word?...

assemblynasm

Read More
How can I assemble a relative call to an absolute ptr addr (relative to current rip) using NASM?...

assemblyx8664-bitnasm

Read More
Calling CreateWindowEx from x64 assembly...

winapix86-64nasmwin64

Read More
NASM Error Parsing, Instruction Expected...

assemblyx86nasm

Read More
NASM: little-endian WORD constant...

assemblynasmendianness

Read More
Why is there low-level and high-level assembly...

assemblynasmlow-level

Read More
How to use Cmake to build binaries with NASM...

assemblycmakenasm

Read More
How can 1 byte hold more than one value?...

assemblynasm

Read More
Getting undefined reference to "_printf" error for assembly code despite using gcc linker...

linuxassemblyx86linkernasm

Read More
Recursive Factorial of a number using C and NASM...

cassemblynasmfactorial

Read More
BackNext