Untitled

 avatar
unknown
plain_text
a year ago
763 B
6
Indexable
ower address range (0x0000 - 0x07FF):
À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï
Common .text section start (around 0x400000):
𐀀
Heap area (around 0x600000):
𖠀
Higher memory addresses:
ࠀ ऀ က ᄀ   (These represent addresses in the 0x0800 - 0xFFFF range)
Very high memory addresses (useful for stack addresses):
🀀 🐀 👀 🗀

Here are some specific examples with their UTF-8 representations:

"À" (0xC0 0x80) - represents address 0x0000
"Ő" (0xC5 0x90) - represents address 0x0150
"ߠ" (0xDF 0xA0) - represents address 0x07E0
"ࠀ" (0xE0 0xA0 0x80) - represents address 0x0800
"𐀀" (0xF0 0x90 0x80 0x80) - represents address 0x40000 (close to typical .text start)
"𖠀" (0xF0 0x96 0x80 0x80) - represents address 0x60000 (in heap area)
Editor is loading...
Leave a Comment