Search code examples
single-line macro existence check (ifdef) in a NASM 0.98.39 multi-line macro...


nasm

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


nasm

Read More
How can I detect an EOF in assembly, nasm?...


assemblyx86nasm

Read More
How to set the alignment for the .data section?...


assemblyvisual-c++x86nasmmemory-alignment

Read More
Can I save the return address in a register and push it back onto the stack before `ret` in NASM x86...


assemblyx86stackx86-64nasm

Read More
x86 Video mode Clear Screen...


assemblyx86nasmdosbios

Read More
Where in the NASM spec is the syntax FFFFh for hexadecimal number not allowed?...


assemblysyntaxx86hexnasm

Read More
cmps string instruction assembly language 8086...


assemblyx86nasmx86-16

Read More
NASM Intel 64-bit mode: why does 32-bit constant 0xffffffff cause "warning: signed dword value ...


assemblyx86-64nasmimmediate-operand

Read More
How to link my nasm program to access argc?...


assemblygcclinkerx86-64nasm

Read More
Printing a number in assembly NASM using printf...


assemblyprintfnasmx86-64calling-convention

Read More
`TYPE` but then in NASM...


arraysassemblynasmmasmsizeof

Read More
load warning: cannot find entry symbol _start...


linuxassemblywarningsnasmld

Read More
(ASSEMBLY NASM x64 linux) how to move values to variables defined in data section?...


linuxassemblyx86-64nasm

Read More
Only the last 2 digits are being printed when converting to ASCII? [x86_32]-NASM...


assemblyx86nasm32-bit

Read More
Implement strcmp function in assembly 64 on linux...


clinuxassemblynasmstrcmp

Read More
Assembly compiled executable using INT 0x80 on Ubuntu on Windows Subsystem for Linux doesn't pro...


linuxassemblyx86nasmwindows-subsystem-for-linux

Read More
How to implement usleep in x86_64 asm?...


cassemblyx86-64nasmdelay

Read More
How to read sector into memory and jump to it for OS?...


assemblynasmx86-16bootloaderosdev

Read More
what is wrong with my code it sayed that invalid combination of opcode and operand...


assemblynasm

Read More
How to save a 8.8 fixed point float in a 16 Bit Register in x86 assembly...


assemblyx86nasmfixed-point

Read More
Is NASM incompatible with certain hardware?...


assemblynasmx86-16bootloader

Read More
NASM produces unexpected extra operand size prefix...


assemblyx86nasmmachine-codeinstruction-encoding

Read More
Palindrome using NASM...


assemblyx86nasmpalindrome

Read More
Although I have defined ORG 7C00, ISO file shows D800...


x86kernelnasmbootloaderosdev

Read More
Where can I find what data to pass to Windows API functions...


assemblywindows-10x86-64nasm

Read More
Assembly boot sector working on VirtualBox but not on real hardware...


assemblyx86nasmbootloaderusb-drive

Read More
Boot loader doesn't jump to kernel code...


assemblyvirtualboxnasmx86-16bootloader

Read More
How do I ignore line breaks in input using NASM Assembly?...


linuxassemblyx86nasmsystem-calls

Read More
How to change variable value in x86_64 assembly (nasm)...


assemblyx86-64nasm

Read More
BackNext