Skip to content

Commit c15b935

Browse files
Create litAndBigEndian.md
1 parent c09e757 commit c15b935

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/litAndBigEndian.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Little Endian and Big Enndian
2+
**Little Endian** groups bytes by the least significant byte at the lowest address.
3+
**Big Endian** stores the most significant byte at the lowest address, it is meant for human readability.
4+

0 commit comments

Comments
 (0)