.TH LD64 1 "LibCompiler" "January 2025" "NeKernel Manual" .SH NAME .B ld64 \- PEF binary format linker for NeKernel .SH SYNOPSIS .B ld64 %OPTIONS% %INPUT_FILES% -output %OUTPUT_FILE% .SH DESCRIPTION .B ld64 is the dedicated linker for the Preferred Executable Format (PEF) used by NeKernel. .SH OPTIONS .TP .B -output Specify the output file. .SH USAGE EXAMPLES .TP .B Generate a memory layout report: .B ld64 main.o -output app.exec .SH EXIT STATUS .TP 0 Successful linking. .TP 1 Error encountered during linking. .SH SEE ALSO .BR nekernel (7), asm (1) .SH AUTHOR Amlal El Mahrouss