From 27a5b51a020eebf8342a8b66ecd1eb62665ba4bf Mon Sep 17 00:00:00 2001 From: Mattias Hansson Date: Sat, 3 Jan 2026 11:45:22 +0100 Subject: [PATCH] Fixed requirements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a80fdee..3c5c034 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ c65gm compiles high-level source code into ACME assembler syntax for the 6502 pr ## Requirements - **Go**: Version 1.25.1 or higher (tested with 1.25.5) +- **Acme**: Tested with release 0.97 ("Zem") + The project uses Go modules with these dependencies: - `github.com/armon/go-radix` - Prefix tree for command lookup