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
+5 -2
View File
@@ -66,12 +66,15 @@ Absolute fixed address, possible values are[[#references][(4)]]: ~0x00~, ~0x08~,
*** Variables *** Variables
| Name | Meaning | | Name | Meaning |
|--------+--------------------| |--------+------------------------|
| length | amount of elements | | length | amount of elements |
| size | amount of bytes | | size | amount of bytes |
|--------+--------------------| |--------+------------------------|
| lhs | left hand side | | lhs | left hand side |
| rhs | right hand side | | rhs | right hand side |
|--------+------------------------|
| lsb | least significant byte |
| msb | most significant byte |
** References ** References