
How to produce a x86-64 compatible object file with NASM
Aug 9, 2010 · As others have noted, when using the commands Jeff wrote, the -f elf nasm command line option will produce an object module with 32-bit code. By default, the linker wants to see a system …
NASMX
Sep 15, 2019 · Explore NASMX, a forum dedicated to discussions and resources for the Netwide Assembler (NASM) community.
How To do a loop in NASM? - Netwide Assembler
Aug 12, 2021 · hello everyone I'm quite new to NASM and assembly in general. I've learned how to do the simple stuff such as adding and subtracting 2 numbers. I've been trying to write a program that …
NASM - The Netwide Assembler - Index
Dec 5, 2024 · NASM - The Netwide Assembler - Index 15739 Posts in 3784 Topics by 3934 Members. Latest Member: ToyBoy Latest Post: "Re: Snake game for MS-DO..." ( June 16, 2025, 02:23:07 PM ) …
Converting C code to Nasm - Netwide Assembler
Nov 17, 2013 · NASM - The Netwide Assembler » NASM Forum » Programming with NASM » Converting C code to Nasm « previous next » Print Pages: [1]
How to add NASM to `Path` environment variable in Windows 10
Apr 4, 2019 · NASM - The Netwide Assembler » NASM Forum » Example Code » How to add NASM to `Path` environment variable in Windows 10 « previous next » Print Pages: [1]
NASM or YASM in the modern era (or something else)
Feb 3, 2024 · I don't know yasm, but I can tell you that nasm is constantly in development, with new instruction sets being added pretty much as soon as they are released. We have an Intel developer …
64-bit assembly - some basic functionality, and Windows and c …
Feb 26, 2013 · Greetings to all. This is about a simple example I made, showing how to use 64-bit assembly language to perform some basic but useful functions such as: - Reading the command line …
How do I make an EXE? - Netwide Assembler
Mar 20, 2015 · I'm using NASM in Windows. The only executable format that NASM can output are either raw binary code, or a ".o" object file which is apparently an "elf" format file. It can't export an …
Error message on windows: fatal: unable to open output file (?)
Nov 20, 2020 · Hello, I am interested in assembly programs. I want to make simple boot.asm file and run it in qemu. I made asm file run nasm in order to compile to bin on win10x64 with command " nasm …