GE324 Laboratory Assignment #1

The following section on notation will be helpful in understanding many of the figures in this lab. First, you will have to learn how to convert between Hexadecimal, Decimal, and Binary. There is no method of representing binary in C, the default method is decimal, and a hex representation is always begun with a ‘0x’ prefix (i.e. 0xF). ................
................