Tag: NASM

  • What is NASM?

    What is NASM?

    NASM, or the Netwide Assembler, is a popular assembler for the x86 architecture, which is used in most modern desktop and server computers. Assemblers are software tools that are used to translate human-readable assembly code into machine code, which is executed by the processor. NASM was first released in 1996 by Simon Tatham and Julian…