From 5ae0e86654a5b9ae9845d157a583cfa6cb1e600b Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 22 Dec 2020 21:53:31 +0000 Subject: [PATCH] Add alt3 to the glossary Signed-off-by: Graham --- share/doc/glossary.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/doc/glossary.md b/share/doc/glossary.md index 35bb5045..6a14013c 100644 --- a/share/doc/glossary.md +++ b/share/doc/glossary.md @@ -2,6 +2,8 @@ | Jagex name | RSPS community name(s) | Description | |---------------|------------------------|-----------------------------------------------------------------------------| +| | V1 | A middle-endian byte order used on [Honeywell Series 16][hs16] computers | +| Alt3 | V2 | A middle-endian byte order used on [PDP-11][pdp11] computers | | Ap | | An op that trigers when you approach (rather than reach) the target | | Area | | A 104x104x4 group of tiles | | BAS | Stance | Base animation set | @@ -48,3 +50,6 @@ | 1 | WallDecor | | 2 | Scenery | | 3 | GroundDecor | + +[hs16]: https://en.wikipedia.org/wiki/Endianness#Honeywell_Series_16 +[pdp11]: https://en.wikipedia.org/wiki/Endianness#PDP-endian