Skip to content

Using Nectar: The NASM target.

Amlal El Mahrouss edited this page Mar 8, 2026 · 1 revision

Abstract:

The Nectar frontend has support for Netwide Assembly syntax on AMD64 targets.

You would need to pass -fuse-nasm in order to turn on this feature.

Other flags:

  • -fuse-masm also exists in order to switch back to NeKernel assembly generation.

Notes:

-fuse-nasm is still in beta, bugs are still being found and fixed.

Clone this wiki locally