From 07106fb8324ffe16af500231f379f2600cf849e3 Mon Sep 17 00:00:00 2001 From: JanNeuendorf <75676159+JanNeuendorf@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:31:59 +0100 Subject: [PATCH] Added warning for breaking changes before 1.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc5cbc3..70679af 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The idea is that you have to build that yourself. You can play a game from the e ## Quick Overview +> ⚠️ **Warning**: Until there are specifications with version 1.0, there could be breaking changes. ### No Registers There are no CPU registers, just one chunk of memory. Values can be loaded from every memory address and written to every memory address.