From 8a72e0b0a0ce5c83e9341e0b7dd2da7026399ed3 Mon Sep 17 00:00:00 2001 From: mmichlol Date: Sat, 7 Feb 2026 10:40:52 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c08121b..7052b9f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ ![Status](https://img.shields.io/badge/status-BETA-orange.svg) ![Platform](https://img.shields.io/badge/platform-Windows%20x64-lightgrey.svg) +## Docs +https://nodrop.xyz/docs/docs.html + **PCC Compiler** is a custom programming language compiler built from scratch in C++. It translates PCC code into x64 Assembly (NASM), which is then linked into a standalone Windows executable. ## 🚀 Features