Added warning for breaking changes before 1.0

This commit is contained in:
JanNeuendorf 2024-12-15 16:31:59 +01:00 committed by GitHub
parent 180ed0171b
commit 07106fb832
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,7 @@ The idea is that you have to build that yourself. You can play a game from the e
## Quick Overview ## Quick Overview
> ⚠️ **Warning**: Until there are specifications with version 1.0, there could be breaking changes.
### No Registers ### 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. There are no CPU registers, just one chunk of memory. Values can be loaded from every memory address and written to every memory address.