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

SC73C1602MD-XXX 查看數據表(PDF) - Silan Microelectronics

零件编号
产品描述 (功能)
生产厂家
SC73C1602MD-XXX
Silan
Silan Microelectronics Silan
SC73C1602MD-XXX Datasheet PDF : 23 Pages
First Prev 11 12 13 14 15 16 17 18 19 20 Next Last
The instruction is 2-byte long, and it can jump to any position in the ROM.
Example:
JMPS MAIN
JMPS 100H
VENT
Format:
VENT label
Function:
Define the entry and reset address of sub-program.
Expression:
Label is the sub-program name or the address symbol.
Use VENT to specify the entry and reset address of the sub-program, and it must be at the beginning of the
program. The first VENT denotes the reset address and the following VENT instructions denote the entry of the
sub-program. In general, 16 sub-programs can be defined at most. All the sub-programs called by CALL
instruction should be defined in VENT, or else errors will occur in assembly.
Example:
VENT MAIN
VENT SUB1
VENT SUB2
… … … … ..
ORG 100H
MAIN:
NOP
NOP
CALLS SUB1
CALLS SUB2
………….
SUB1:
………….
SUB2:
………….
END
Format:
END
Function:
Use the END instruction to end the assembly of a program.
Expression:
END pseudoinstruction ends the assembly of a program and the content after END will not be processed by
assembler. If END is omitted, the assembler will process all the lines of the source file.
Example:
END
HANGZHOU SILAN MICROELECTRONICS CO.,LTD
Http: www.silan.com.cn
REV:2.5 2009.07.20
Page 18 of 23

Share Link: 

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