www.pudn.com > remotepro.rar > option.prn
78K/0 Series Assembler V3.80 Date:26 Oct 2007 Page: 1
Command: -foption.pra
Para-file:-cF054780
-yC:\NECTools32\DEV\
option.asm
In-file: option.asm
Obj-file: option.rel
Prn-file: option.prn
Assemble list
ALNO STNO ADRS OBJECT M I SOURCE STATEMENT
1 1 ;******************************************************************************
2 2 ;**
3 3 ;** This device driver was created by Applilet for the 78K0/KB2, 78K0/KC2,
4 4 ;** 78K0/KD2, 78K0/KE2 and 78K0/KF2 8-Bit Single-Chip Microcontrollers.
5 5 ;**
6 6 ;** Copyright(C) NEC Electronics Corporation 2002 - 2005
7 7 ;** All rights reserved by NEC Electronics Corporation.
8 8 ;**
9 9 ;** This program should be used on your own responsibility.
10 10 ;** NEC Electronics Corporation assumes no responsibility for any losses
11 11 ;** incurred by customers or third parties arising from the use of this file.
12 12 ;**
13 13 ;** Filename : option.asm
14 14 ;** Abstract : This file implements OPTION-BYTES/SECURITY-ID setting.
15 15 ;** APIlib: NEC78K0KX2.lib V1.01 [09 Aug. 2005]
16 16 ;**
17 17 ;** Device : uPD78F0503
18 18 ;**
19 19 ;** Compiler : NEC/CC78K0
20 20 ;**
21 21 ;******************************************************************************
22 22
23 23 ;
24 24 ;******************************************************************************
25 25 ;** Include files
26 26 ;******************************************************************************
27 27 $ INCLUDE (option.inc)
1 28 I1 ;******************************************************************************
2 29 I1 ;**
3 30 I1 ;** This device driver was created by Applilet for the 78K0/KB2, 78K0/KC2,
4 31 I1 ;** 78K0/KD2, 78K0/KE2 and 78K0/KF2 8-Bit Single-Chip Microcontrollers.
5 32 I1 ;**
6 33 I1 ;** Copyright(C) NEC Electronics Corporation 2002 - 2005
7 34 I1 ;** All rights reserved by NEC Electronics Corporation.
8 35 I1 ;**
9 36 I1 ;** This program should be used on your own responsibility.
10 37 I1 ;** NEC Electronics Corporation assumes no responsibility for any losses
11 38 I1 ;** incurred by customers or third parties arising from the use of this file.
12 39 I1 ;**
13 40 I1 ;** Filename : option.asm
14 41 I1 ;** Abstract : This file implements OPTION-BYTES/SECURITY-ID setting.
15 42 I1 ;** APIlib: NEC78K0KX2.lib V1.01 [09 Aug. 2005]
16 43 I1 ;**
17 44 I1 ;** Device : uPD78F0503
78K/0 Series Assembler V3.80 Date:26 Oct 2007 Page: 2
ALNO STNO ADRS OBJECT M I SOURCE STATEMENT
18 45 I1 ;**
19 46 I1 ;** Compiler : NEC/CC78K0
20 47 I1 ;**
21 48 I1 ;******************************************************************************
22 49 I1
23 50 I1 ;
24 51 I1 ;******************************************************************************
25 52 I1 ;** MacroDefine
26 53 I1 ;******************************************************************************
27 54 I1 ;
28 55 (00000) I1 OPTION_BYTE EQU 00H
29 56 (00000) I1 POC81 EQU 00H
30 57 (00000) I1 POC82 EQU 00H
31 58 (00000) I1 POC83 EQU 00H
32 59 (00002) I1 CG_ONCHIP EQU 02H
33 60 (000FF) I1 CG_SECURITY0 EQU 0ffH
34 61 (000FF) I1 CG_SECURITY1 EQU 0ffH
35 62 (000FF) I1 CG_SECURITY2 EQU 0ffH
36 63 (000FF) I1 CG_SECURITY3 EQU 0ffH
37 64 (000FF) I1 CG_SECURITY4 EQU 0ffH
38 65 (000FF) I1 CG_SECURITY5 EQU 0ffH
39 66 (000FF) I1 CG_SECURITY6 EQU 0ffH
40 67 (000FF) I1 CG_SECURITY7 EQU 0ffH
41 68 (000FF) I1 CG_SECURITY8 EQU 0ffH
42 69 (000FF) I1 CG_SECURITY9 EQU 0ffH
28 70 ----- OPT_SET CSEG AT 80H
29 71 00080 00 OPTION: DB OPTION_BYTE
30 72 00081 00 DB POC81
31 73 00082 00 DB POC82
32 74 00083 00 DB POC83
33 75 ----- ONC_SET CSEG AT 84H
34 76 00084 02 ONCHIP: DB CG_ONCHIP
35 77
36 78 ----- CSEG SECUR_ID
37 79 00000 FF SECURITY0: DB CG_SECURITY0
38 80 00001 FF SECURITY1: DB CG_SECURITY1
39 81 00002 FF SECURITY2: DB CG_SECURITY2
40 82 00003 FF SECURITY3: DB CG_SECURITY3
41 83 00004 FF SECURITY4: DB CG_SECURITY4
42 84 00005 FF SECURITY5: DB CG_SECURITY5
43 85 00006 FF SECURITY6: DB CG_SECURITY6
44 86 00007 FF SECURITY7: DB CG_SECURITY7
45 87 00008 FF SECURITY8: DB CG_SECURITY8
46 88 00009 FF SECURITY9: DB CG_SECURITY9
47 89 END
Segment informations:
ADRS LEN NAME
00080 00004H OPT_SET
00084 00001H ONC_SET
00000 0000AH ?CSEGSI
78K/0 Series Assembler V3.80 3
Target chip : uPD78F0547_80
Device file : V2.00
Assembly complete, 0 error(s) and 0 warning(s) found. ( 0)