Author Topic: Comment about compiling nasm  (Read 2305 times)

Offline tysonprogrammer

  • Jr. Member
  • *
  • Posts: 22
  • Country: us
  • C# application developer attempting assembly.
Comment about compiling nasm
« on: September 19, 2022, 10:07:19 PM »
This is by far the easiest open source project I have come across to compile, I expected to see compile time errors and got none.

kudos to the nasm authors and contributors.

that is all, enjoy your day.

Tyson.

Offline debs3759

  • Global Moderator
  • Full Member
  • *****
  • Posts: 221
  • Country: gb
    • GPUZoo
Re: Comment about compiling nasm
« Reply #1 on: September 21, 2022, 03:14:47 AM »
Numerous programmers have contributed their time and skills to ensure that nasm compiles and runs on most systems, using a good range of compilers. The goal always being to have an up to date assembler that works out of the box for as many systems as possible. I've not personally worked on the code, but it's good to see positive feedback.
My graphics card database: www.gpuzoo.com

Offline James2M

  • Jr. Member
  • *
  • Posts: 8
Re: Comment about compiling nasm
« Reply #2 on: December 29, 2022, 04:01:56 AM »
Compiling an assembly program with NASM can be done on Linux or Windows, as NASM is available for both platforms. Cuchd.Blackboard.com
An NASM assembler will turn your low-level coding, using mnemonics, into machine language that can be understood by the processor. This article will not teach you to program with NASM, but to create an executable command for Linux and Windows from NASM source code.

Thanks,

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Comment about compiling nasm
« Reply #3 on: December 29, 2022, 04:11:15 AM »
Ummm yes James2M...

But this topic is about compiling the Nasm code, not assembling a program with Nasm.

Best,
Frank