Return to previous page Return to menu Go to next page

Manual notation

In this manual, the notation is as follows.

Binary
Shown with B at the end. For example, 100B. However, B may be omitted for 1 bit.

Hexadecimal
Shown with H at the end. For example, 00H and FFH.

Unit
1K bytes represents 1,024 bytes. 1M bit is 1,048,576 bits.

MSB, LSB
In the byte and word structure, the left represents the upper bit (MSB, Most Significant Bit) and the right represents the lower bit (LSB, Least Significant Bit).

Undefined bit
Bits that are not defined in the tone generator register and DSP register are indicated with “-”. When writing data to undefined bits, write "0B".


Return to previous page Return to menu Go to next page