Search code examples
Bochs VESA/VBE Missing DDC Compatiblity...


nasmx86-16biosbochsvesa

Read More
Solution needed for building a static IDT and GDT at assemble/compile/link time...


assemblyx86nasmldosdev

Read More
How can I do arbitrary calculations on assembly language labels?...


assemblynasmx86-16dos

Read More
NASM - empty macro with 2 parameters? What register is represented by parameter_m?...


assemblymacrosnasm

Read More
Why Bits declare instruction in nasm x86 assembly languages have no effect When I write code to use ...


assemblyx86nasmx86-16bootloader

Read More
32 bit registers act as 8 bit ones for exit system call?...


assemblyx86nasmsystem-calls

Read More
How to replace NASM -f bin nobits section when using -f obj with WarpLink...


assemblylinkernasmx86-16dos

Read More
idiv does not perform signed division...


assemblyx86-64nasmsignedinteger-division

Read More
NASM bootloader: Protected mode jump to kernel at 0x00010000 shows nothing in VirtualBox...


assemblyx86virtualboxnasmbootloader

Read More
NASM - error: label or instruction expected at start of line...


assemblyvisual-studio-2015nasmbootloaderx86-16

Read More
Making an absolute 64-bit jump in x64 assembler which can be copied as a JIT...


assemblyx86-64nasmjit

Read More
printf wont work when linking to ucrtbase.dll, but works when linked to msvcrt.dll (Windows, NASM)...


windowsassemblydllx86-64nasm

Read More
How to generate a separate gdb symbol file with nasm?...


gdbnasmremote-debuggingqemu

Read More
Are rdi and rsi caller saved or callee saved registers?...


assemblyx86-64nasmcpu-registerscalling-convention

Read More
Bootloader crashing when jumping to 0x100000...


assemblyx86nasmbootloader

Read More
write(2) syscall returns EFAULT for string in .rodata on OpenBSD 7.3--7.8...


x86linkernasmelfopenbsd

Read More
How and why does my program change its input buffer? Using GDB to find out where. (Converting string...


assemblyx86type-conversiongdbnasm

Read More
How to print a string to the terminal in x86-64 assembly (NASM) without syscall?...


linuxassemblyx86-64nasm

Read More
NASM (Intel) versus AT&T Syntax: what are the advantages?...


assemblyx86nasmattintel-syntax

Read More
Injection in an Elf x86-64 failed because of SEGV_ACCERR (gdb, nasm, c)...


csegmentation-faultnasmcode-injectionvirus

Read More
Writing functions in x86 assembly with NASM...


assemblyx86nasm

Read More
Getting nasm -f obj and WarpLink to emit alignment for an empty last section...


assemblylinkernasmx86-16dos

Read More
Is there any way to move a string into a variable?...


stringassemblynasmvariable-assignment

Read More
Length of a zero‐terminated byte string using NASM...


assemblyx86nasmstrlennull-terminated

Read More
Simple XOR loop in NASM...


cwindowsassemblynasmexecutable

Read More
nasm/ld "relocation truncated to fit: R_386_16"...


assemblynasmldx86-16bootloader

Read More
execute binary machine code from C...


cgccassemblynasmopcode

Read More
BIOS int 0x13 sector read works, but jump to loaded second stage code at 0x0800:0x0000 does not tran...


assemblyoperating-systemnasm

Read More
What is the most efficient algorithm to give out prime numbers, up to very high values (all a 32bit ...


algorithmassemblyx86nasmprimes

Read More
Is this instruction redundant? Taken from x86 assembly tutorial code...


assemblyx86nasm

Read More
BackNext