Skip to content
Test User edited this page Mar 28, 2026 · 2 revisions

KodPix Wiki

Welcome to the official project wiki for KodPix (kdx).

Project Snapshot

KodPix is a compiled language and toolchain written in x86-64 NASM assembly.

Quick Start

Requirements

  • Linux x86-64
  • NASM 2.15+
  • GNU ld (binutils)

Build

./build.sh

Compile and Run

./kdx examples/hello.kdx -o hello
./hello

One-command helper (build + compile + run):

./scripts/run_kdx.sh examples/add_two_vars.kdx

Common Modes

## Wiki Navigation

- [[Installation and First Run]]
- [[CLI and Build Pipeline]]
- [[Language Guide]]
- [[Error Handling]]
- [[CI and Release Engineering]]
- [[Branching and Contribution]]

Clone this wiki locally