This webpage doesn't work with Internet Explorer. Please use the latest version of Google Chrome, Microsoft Edge, Mozilla Firefox or Safari.
型號需要超過三個文字以上
The information presented in this cross reference is based on TOSHIBA's selection criteria and should be treated as a suggestion only. Please carefully review the latest versions of all relevant information on the TOSHIBA products, including without limitation data sheets and validate all operating parameters of the TOSHIBA products to ensure that the suggested TOSHIBA products are truly compatible with your design and application.
Please note that this cross reference is based on TOSHIBA's estimate of compatibility with other manufacturers' products, based on other manufacturers' published data, at the time the data was collected.
TOSHIBA is not responsible for any incorrect or incomplete information. Information is subject to change at any time without notice.
型號需要超過三個文字以上
The assembly language introduces symbolic words with a one-to-one correspondence to a machine language.
The operation of the instruction can be associated with the symbol using alphabets and numbers. It is called mnemonic notation.
It is an example of a program written in the assembly language.
In the first line “LD A, 0x55”, it means that 0x55 data is LD (Load) to A register, that is, transferring.
The assembly language has different grammar and notation depending on the microcontroller.
Therefore, when using a different microcontroller, it is necessary to learn the assembly language of the new microcontroller.