Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nasm

How can I pass parameters in assembler x86 function call?

64-bit mode does not support 32-bit PUSH and POP instructions [duplicate]

assembly nasm x86-64

How do I add contents of text file as a section in an ELF file?

linker x86 nasm elf objcopy intel

How many bytes do RESB, RESW, RESD, RESQ allocate in NASM? [duplicate]

assembly x86 nasm

Possibility of loading/executing ELF files on OSX

macos operating-system nasm

What's the difference between %define and equ in NASM?

nasm

Nasm - Symbol `printf' causes overflow in R_X86_64_PC32 relocation [duplicate]

How does $ work in NASM, exactly?

assembly x86 nasm

How to use scanf in NASM?

assembly nasm

Boot loader doesn't jump to kernel code

load warning: cannot find entry symbol _start

linux assembly warnings nasm ld

nasm - Can't link object file with ld on macOS Mojave

macos assembly nasm ld

execute binary machine code from C

c gcc assembly nasm opcode

Loop unrolling vs Loop tiling

x86, difference between BYTE and BYTE PTR

assembly x86 nasm masm

Linux Shellcode "Hello, World!"

c linux assembly nasm shellcode

Error when trying to run .asm file on NASM on Ubuntu

linux ubuntu nasm assembly

What are the sizes of tword, oword and yword operands?

What is global _start in assembly language?

linux assembly nasm ld

ASM: MASM, NASM, FASM?

assembly intel nasm masm fasm