Why does endianism raise its ugly head so starkly when we look at the notion of bit fields? Illustrate your answer with reference to the 68020’s bit field instructions.

What will be an ideal response?


The bits fields used by the 68020 are numbered with the least?significant bit on the left; for example, the first

bit of the bit field 10001110 is 1 in bit position 0 (and not position 7). However, we number the bits of a byte in

the 68020 world in the reverse order. The first bit (least?significant bit) of the byte 00011111 is 1. Consequently,

bit field bit numbering and byte bit numbering are in reverse order. For example, in the string 00100000 the

bits set to 1 is bit 5 of the byte and bit 2 of the bit field.



Consider the diagram below. This shows four bytes in memory. As you can see, the most?significant bit of each

byte, bit 7, is on the left, whereas the most?significant bit of the bit field is the 0 in bit 1 of byte 803.

Computer Science & Information Technology

You might also like to view...

A ________ license allows multiple installations of software using the same product key

A) proprietary software B) site C) volume D) per-seat

Computer Science & Information Technology

Line comments start with ____.

A. a forward slash and an asterisk B. two forward slashes C. a forward slash and two asterisks D. a percent sign

Computer Science & Information Technology

What does a switch store in its switching table?

-The frame's destination MAC address and the port it was received on. -The frame's destination IP address and the port it was received on. -The frame's source IP address and the port it was received on. -The frame's source MAC address and the port it was received on.

Computer Science & Information Technology

Describe the working of an effective electronic discovery (e-discovery) software solution.

What will be an ideal response?

Computer Science & Information Technology