Doc: Add definition for lsb/msb, (least|most) significant byte

This commit is contained in:
Riyyi
2022-09-01 14:26:58 +02:00
parent 1c0809b611
commit 1dd9a2c16e
+10 -7
View File
@@ -65,13 +65,16 @@ Absolute fixed address, possible values are[[#references][(4)]]: ~0x00~, ~0x08~,
*** Variables
| Name | Meaning |
|--------+--------------------|
| length | amount of elements |
| size | amount of bytes |
|--------+--------------------|
| lhs | left hand side |
| rhs | right hand side |
| Name | Meaning |
|--------+------------------------|
| length | amount of elements |
| size | amount of bytes |
|--------+------------------------|
| lhs | left hand side |
| rhs | right hand side |
|--------+------------------------|
| lsb | least significant byte |
| msb | most significant byte |
** References