You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Antworten
Warmup
| VA Number |
Virtual Adress |
Binary Address |
Segment Number |
| VA 0 |
0x00000011 |
00010001 |
0 |
| VA 1 |
0x0000006c |
01101100 |
1 |
| VA 2 |
0x00000061 |
01100001 |
1 |
| VA 3 |
0x00000020 |
00100000 |
0 |
| VA 4 |
0x0000003f |
00111111 |
0 |
--------------- 0x00000000
| Segment 0 |
|-------------| 0x00000020
| |
| |
| |
| |
|-------------| 0x000001ec
| Segment 1 |
|-------------| 0x00000200
Questions
- Die höchste erlaubte Adresse in Segment 0 ist 0x00000020. Die niedrigste valide Addresse des Segments 1 ist 0x000001ec.
-