Commit c39c4aa4 authored by ir1d's avatar ir1d Committed by Xeonacid
Browse files

feat: add conventions for endianness.md (#474)

* feat: add conventions for endianness.md

* style: fix order
parent 687e5b7f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -29,3 +29,9 @@
| .... | 0x100 | 0x101 | 0x102 | 0x103 | .... |
| ---- | ----- | ----- | ----- | ----- | ---- |
| .... | 01    | 23    | 45    | 67    | .... |

## 惯例

小端序:x86, ARM processors running Android, iOS, and Windows

大端序:Sun, PPC Mac, Internet