DatasheetQ Logo
Electronic component search and free download site. Transistors,MosFET ,Diode,Integrated circuits

SC73C1602M-XXX Ver la hoja de datos (PDF) - Silan Microelectronics

Número de pieza
componentes Descripción
Fabricante
SC73C1602M-XXX
Silan
Silan Microelectronics Silan
SC73C1602M-XXX Datasheet PDF : 23 Pages
First Prev 11 12 13 14 15 16 17 18 19 20 Next Last
should be higher than that above, or a fault is occurred during compiling. 000H is defaulted if no address is set by
ORG instruction.
Example:
ORG 0100H
EQU
Format:
Symbol EQU digital
Function:
Define a digital as a symbol. Symbol ˙ digital.
Expression:
Symbol should be legal, and digital should be binary, decimal or hexadecimal. There is no colone before
EQU in definition, and it can only useful after the definition.
Example:
Data1 EQU 12H
Data2 EQU 1001B
DB
Format:
[Label:] [num] DB data
Function:
Define data with number of num.
Expression:
Label: selectable
Num: indicates number of data, default value is 1.
Data: data to be written to ROM. It should smaller than 0X200 as ROM is only 9-bit.lower 9-bit value of data
is taken with warning if it is more than 0x200.( only lower 8-bit is taken if the instruction is used for data table)
Example:
DB 12H ; Define one data
DB 10010B ; Define one data
12H DB 55H ; Define continuous 18 data
JMPS
Format:
[Label:] JMPS address
Function:
Jump in ROM.
Expression:
Label: selectable
Address can be a digital, symbol defined by EQU or the address symbol.
Combined by:
LD MBR, #k
BSS label
HANGZHOU SILAN MICROELECTRONICS CO.,LTD
Http: www.silan.com.cn
REV:2.5 2009.07.20
Page 17 of 23

Share Link: 

datasheetq.com  [ Privacy Policy ]Request Datasheet ] [ Contact Us ]