-
Notifications
You must be signed in to change notification settings - Fork 344
Nasm Setup
The NASM assembler is available from: http://www.nasm.us/
The link to the release notes for what is new in NASM 2.15.05 is at: http://www.nasm.us/doc/nasmdocc.html
- NASM 2.12 adds support for Codeview version 8 (cv8) which allows for source level debug of NASM sources when EDK II sources are built using Microsoft Visual Studio* 20xx tool chains
- NASM 2.15.05 increases CPU instruction mnemonic support and adds options for deterministic builds.
NASM 2.15.05 is the recommended minimum version.
Nasm environment variable is used for the EDK II Build If assembly code is used by the modules and the NASM assembler is used, the system environment variable, NASM_PREFIX must be set as shown below and must include the trailing backslash character:
C:\edk2\> set NASM_PREFIX=C:\nasm\
Home
Getting Started with EDK II
Build Instructions
EDK II Platforms
EDK II Documents
EDK II Release Planning
Reporting Issues
Reporting Security Issues
Community Information
Inclusive Language
Additional Projects & Tasks
Training
Community Support
Community Virtual Meetings
GHSA GitHub Security Advisories Proceess (Draft)