You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we're looking to display hexadecimal digits, which are 4bits each, then wouldn't we shift by 12 bits instead of 16 for the 4th hex digit. I know it's not really important for this task because counter doesn't have this many bits, but I just thought it might be more correct, unless I'm wrong!
The text was updated successfully, but these errors were encountered:
Since we're looking to display hexadecimal digits, which are 4bits each, then wouldn't we shift by 12 bits instead of 16 for the 4th hex digit. I know it's not really important for this task because counter doesn't have this many bits, but I just thought it might be more correct, unless I'm wrong!
The text was updated successfully, but these errors were encountered: