summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-21 21:33:22 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-21 21:33:22 +0100
commita288a4a4a79d561cb1f52a9fef941a490931ec42 (patch)
treed6bd247e5cd031b9f052599d7bf6e0519afd24ad
parent9111595e23eadfc005d2b75dd7b48a65324bf7fa (diff)
README: all numbers rounded up to 16B mulitples
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3422584..c7c0fd9 100644
--- a/README.md
+++ b/README.md
@@ -102,8 +102,7 @@ The code *almost* complies with RFC 1951, with the following exceptions.
## Requirements
RAM usage excludes the space needed for input and output buffer. Numbers
-rounded up to the next multiple of 64B for ROM and 16B for RAM to account
-for variations in compiler optimizations.
+rounded up to the next multiple of 16B.
| Architecture | ROM | RAM
| :--- | ---: | ---: |