📄 start.lst
字号:
_____________________________________________________________________________
F2MC-16 Family SOFTUNE Assembler V30L11 2008-01-06 16:22:06 Page: 1
- ASSEMBLE INFORMATION - ( STARTUP )
| Command line : F:\PROGRA~1\softune\BIN\fasm907s.exe |
| -f F:\Softune\yan\eeprom\OPT\eeprom.o |
| pa -Xdof -o F:\Softune\yan\eeprom\OBJ |
| \Start.obj -lf F:\Softune\yan\eeprom\ |
| LST\Start.lst F:\Softune\yan\eeprom\S |
| rc\Start.asm -@Hf F:\Softune\yan\eepr |
| om\OPT\Start.tpi |
| |
| Total errors : 0 |
| Total warnings : 0 |
| There were no errors. |
| |
| Object file : F:\Softune\yan\eeprom\OBJ\Start.obj |
| List file : F:\Softune\yan\eeprom\LST\Start.lst |
| |
| |
| NO NEST SOURCE-FILE-NAME CREATE DATE/TIME |
| -- -------- ------------------------------------ ------------------------ |
| 0 F:\Softune\yan\eeprom\Src\Start.asm 2006-09-06 12:42:00 |
| -- -------- ------------------------------------ ------------------------ |
| |
| |
| Current path : F:\Softune\yan\eeprom |
| Include path : INC907 = F:\Program Files\softune |
| \LIB\907\INCLUDE\ |
| Work file path : TMP = C:\DOCUME~1\YANXUE~1\LOC |
| ALS~1\Temp\ |
| Default Option file : OPT907 = F:\Program Files\softune |
| \LIB\907\ (fasm907.opt) |
| |
| |
| NO NEST OPTION-FILE-NAME CREATE DATE/TIME |
| -- -------- ------------------------------------ ------------------------ |
| 0 F:\Softune\yan\eeprom\OPT\eeprom.opa 2008-01-06 16:22:06 |
| ------------------------------------ |
| -g |
| -w 2 |
| -D SECURITY_FEATURE=1 |
| -D SECURITY_ADDRESS=0xFE0000 |
| -D SECURITY_ENABLE=0 |
| -linf ON |
| -lsrc ON |
| -lsec ON |
| -lcros OFF |
| -linc ON |
| -lexp OBJ |
| -pl 60 |
| -pw 100 |
| -tab 8 |
| -cwno |
| -cpu MB90F352 |
| -- -------- ------------------------------------ ------------------------ |
|___________________________________________________________________________|
_____________________________________________________________________________
F2MC-16 Family SOFTUNE Assembler V30L11 2008-01-06 16:22:06 Page: 2
STARTUP FILE FOR MEMORY INITIALISATION
SN LOC OBJ LLINE SOURCE
<F:\Softune\yan\eeprom\Src\Start.asm> =====
1 ;===============================================
=====================
2 ; Id: START.ASM,v 3.13 2006/08/25 17:42:26 hloes
c Exp
3 ;===============================================
=====================
4 ; THIS SAMPLE CODE IS PROVIDED AS IS AND IS SUB
JECT TO ALTERATIONS.
5 ; FUJITSU MICROELECTRONICS ACCEPTS NO RESPONSIB
ILITY OR LIABILITY
6 ; FOR ANY ERRORS OR ELIGIBILITY FOR ANY
PURPOSES.
7 ;
8 ; Startup file for memory and basic controlle
r initialisation
9 ;
10 ; MB90600/MB90500/MB90300/MB90400/MB90800/MB909
00 Series C Compiler
11 ; (compatible but untested for MB90700/MB9
0700H/MB90200)
12 ;
13 ; (C) FUJITSU MICROELECTRONICS EUROPE
1998-2006
14 ;===============================================
=====================
15
MODULE NAME = STARTUP 16 .PROGRAM STARTUP
17 .TITLE "STARTUP FILE FOR MEMORY INI
TIALISATION"
18
19 ;===============================================
=====================
20 ; 1 Contents
21 ;===============================================
=====================
22 ; 1 Contents
23 ; 2 Disclaimer
24 ; 3 History
25 ;
26 ; 4 SETTINGS (USER INTERFACE)
27 ; 4.1 Controller Family
28 ; 4.2 Memory model
29 ; 4.3 Function-Call Interface
30 ; 4.4 Constant Data Handling
31 ; 4.5 Stack Type and Stack Size
32 ; 4.6 General Register Bank
33 ; 4.7 Low-Level Library Interface
34 ; 4.8 Clock Selection
35 ; 4.9 External Bus Interface
36 ; 4.10 Reset Vector
37 ; 4.11 Enable RAMCODE Copying
38 ; 4.12 Enable information stamps in ROM
39 ;
_____________________________________________________________________________
F2MC-16 Family SOFTUNE Assembler V30L11 2008-01-06 16:22:06 Page: 3
STARTUP FILE FOR MEMORY INITIALISATION
SN LOC OBJ LLINE SOURCE
40 ; 5 Section and Data Declaration
41 ; 5.1 Several fixed addresses (fixed for MB90x
xx controllers)
42 ; 5.2 Declaration of __near addressed data sec
tions
43 ; 5.3 Declaration of RAMCODE section and label
s
44 ; 5.4 Declaration of sections containing other
sections description
45 ; 5.5 Stack area and stack top definition
46 ; 5.6 Direct page register dummy label definit
ion
47 ;
48 ; 6 Start-Up Code
49 ; 6.1 Import external symbols
50 ; 6.2 Program start (the reset vector should p
oint here)
51 ; 6.3 "NOT RESET YET" WARNING
52 ; 6.4 Initialisation of processor status
53 ; 6.5 Set clock ratio
54 ; 6.6 Set external bus configuaration
55 ; 6.7 Copy initial values to data areas.
56 ; 6.8 Clear uninitialised data areas to zero
57 ; 6.9 Prepare stacks and set the active stack
type
58 ; 6.10 Set Data Bank Register (DTB) and Direct
Page Register (DPR)
59 ; 6.11 Wait for PLL to stabilise
60 ; 6.12 Initialise Low-Level Library Interface
61 ; 6.13 Call C-language main function
62 ; 6.14 Shut down library
63 ; 6.15 Program end loop
64 ; 6.16 Configuration stamp in ROM (currently te
st only)
65 ; 6.17 Debug address specification
66 ;
67 ;===============================================
=====================
68 ; 2 Disclaimer
69 ;===============================================
=====================
70 ; FUJITSU MICROELECTRONICS EUROPE
GMBH
71 ; Pittlerstrasse 47, 63225 Langen,
Germany
72 ; Tel.: +49(6103)690-0, Fax: -122
73 ;
74 ; The following software is for demonstration
purposes only.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -