mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-07-03 12:46:17 +00:00
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
ld be16 0x00001234
|
|
ld le16 0x00003412
|
|
ld be32 0x12345678
|
|
ld le32 0x78563412
|
|
st be16 0xabcd5678
|
|
st le16 0xcdab5678
|
|
st be32 0xabcd1425
|
|
st le32 0x2514cdab
|