About 12,300 results
Open links in new tab
  1. NASM - The Netwide Assembler - Index

    Dec 5, 2024 · NASM - The Netwide Assembler - Index15739 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 ) View the most recent posts on the forum.

  2. 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]

  3. Basic Win32 API Window - Netwide Assembler

    Jul 23, 2013 · NASM is the coolest thing i have ever found. Everytime im opening, starting to code with NASM, i feel like im in front of some sort of powerfull and dreadfull crafting table, and only thing, that is needed, is a knowledge, to do some magic. ------------------------------------------------------------------- This is Basic Win32 API Window, it ...

  4. NASM and ARM64 MacOS (or ARM64 Windows)

    Jul 1, 2023 · NASM and ARM64 MacOS (or ARM64 Windows)What I understand from here is that when you source a language for assembly you get more applications in the multi-platform fields however you can confirm that NASM is based on x86 that is in fact different from Apple's ARM. Unless you have another active research reference I would suggest you try the NASM-X …

  5. Programming with NASM

    May 17, 2025 · Programming with NASMPages: [1] 2 3 ... 52Pages: [1] 2 3 52

  6. Win64 Basic Hello World NASM MINGW64 GoLink (Example Code)

    Oct 24, 2013 · Win64 Basic Hello World NASM MINGW64 GoLink (Example Code)I question the legitimacy of teaching newcomers to manually push the return address onto the stack then jump to an address rather than just using a call instruction. The call instruction is faster and it's smaller, there is no benefit to using the method done in the Invoke macro. If it was only for the readers …

  7. Error -'nasm' is not recognized as an internal or external command ...

    Jul 5, 2017 · I got to step three (windows) after creating the test.asm file and get the error: "'nasm' is not recognized as an internal or external command, operable program or batch file."

  8. 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 computes the power of a number F (X)^n but for the life of me I can't figure it out. I know I need a loop for this but I don't know the command I need. I would really appreciate a …

  9. Disassembling and then reassembling a windows exe file with nasm?

    Sep 3, 2011 · Disassembling and then reassembling a windows exe file with nasm?Some years ago I played around with a disassembler called "Borg", or something similar to that. Probably the most interesting part of it was that it generated assembler source which was almost completely compatible with MASM. The only thing you really had to work to fix in the disassembled code …

  10. NASM tutorial for Windows (7+), console and windows

    Feb 25, 2022 · Hello everybody I'm new to NASM and need a good tutorial to start programming on Windows 7. I've just installed NASM for Win64 and the linker GoLink (mentioned in a few forums) but was unsuccessful my first try due the lack of documentation for Windows (99% available is for Linux), I was able to assemble and link a minimalist (do nothing) example just …