2.3.2. Half-Word Rule
2.3.2. 하프워드 규칙
A half-word holds two consecutive bytes.
하프워드는 2개의 연속 바이트를 보유합니다.
Whenever a half-word has numeric content it is considered an unsigned number in base 2 positional representation with the lowest numbered byte (e.g., byte 0), bit 0 representing 2**15 and bit 1 representing 2**14 through lowest numbered byte + 1 (e.g., byte 1), bit 7 representing 2**0.
하프워드에 숫자 내용이 있을 때마다 가장 낮은 번호의 바이트 (예: 바이트 0), 비트 0은 2**15, 비트 1은 2**14부터 가장 낮은 번호의 바이트를 나타내는 기본 2 위치 표현에서 부호 없는 숫자로 간주됩니다. + 1 (예: 바이트 1), 비트 7은 2**0을 나타냅니다.
Decimal and hexadecimal representation of half-word values map this representation to decimal or hexadecimal positional notation.
반단어 값의 10진수 및 16진수 표현은 이 표현을 10진수 또는 16진수 위치 표기법에 매핑합니다.