-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 947d95f
Showing
28 changed files
with
4,199 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea/ |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
BL51 BANKED LINKER/LOCATER V6.22 10/05/2017 15:23:20 PAGE 1 | ||
|
||
|
||
BL51 BANKED LINKER/LOCATER V6.22, INVOKED BY: | ||
D:\OPENSOURCES\KEIL\C51\BIN\BL51.EXE main.obj TO demo | ||
|
||
|
||
MEMORY MODEL: SMALL | ||
|
||
|
||
INPUT MODULES INCLUDED: | ||
main.obj (MAIN) | ||
D:\OPENSOURCES\KEIL\C51\LIB\C51S.LIB (?C_STARTUP) | ||
|
||
|
||
LINK MAP OF MODULE: demo (MAIN) | ||
|
||
|
||
TYPE BASE LENGTH RELOCATION SEGMENT NAME | ||
----------------------------------------------------- | ||
|
||
* * * * * * * D A T A M E M O R Y * * * * * * * | ||
REG 0000H 0008H ABSOLUTE "REG BANK 0" | ||
DATA 0008H 0003H UNIT _DATA_GROUP_ | ||
DATA 000BH 0001H UNIT ?DT?MAIN | ||
IDATA 000CH 0001H UNIT ?STACK | ||
|
||
* * * * * * * C O D E M E M O R Y * * * * * * * | ||
CODE 0000H 0003H ABSOLUTE | ||
0003H 0008H *** GAP *** | ||
CODE 000BH 0003H ABSOLUTE | ||
CODE 000EH 00D9H UNIT ?CO?MAIN | ||
CODE 00E7H 0063H UNIT ?PR?_PLAY_SONG?MAIN | ||
CODE 014AH 0020H UNIT ?PR?_DELAY_XMS?MAIN | ||
CODE 016AH 000DH UNIT ?PR?TIME0_INIT?MAIN | ||
CODE 0177H 000CH UNIT ?C_C51STARTUP | ||
CODE 0183H 000AH UNIT ?PR?MAIN?MAIN | ||
CODE 018DH 0009H UNIT ?PR?TIME0_INT?MAIN | ||
|
||
|
||
|
||
OVERLAY MAP OF MODULE: demo (MAIN) | ||
|
||
|
||
SEGMENT DATA_GROUP | ||
+--> CALLED SEGMENT START LENGTH | ||
---------------------------------------------- | ||
?C_C51STARTUP ----- ----- | ||
+--> ?PR?MAIN?MAIN | ||
|
||
?PR?MAIN?MAIN ----- ----- | ||
+--> ?PR?TIME0_INIT?MAIN | ||
+--> ?PR?_PLAY_SONG?MAIN | ||
|
||
?PR?_PLAY_SONG?MAIN 0008H 0003H | ||
+--> ?CO?MAIN | ||
+--> ?PR?_DELAY_XMS?MAIN | ||
|
||
|
||
|
||
SYMBOL TABLE OF MODULE: demo (MAIN) | ||
BL51 BANKED LINKER/LOCATER V6.22 10/05/2017 15:23:20 PAGE 2 | ||
|
||
|
||
|
||
VALUE TYPE NAME | ||
---------------------------------- | ||
|
||
------- MODULE MAIN | ||
C:0000H SYMBOL _ICE_DUMMY_ | ||
D:0090H PUBLIC P1 | ||
D:00B0H PUBLIC P3 | ||
C:014AH PUBLIC _Delay_xMs | ||
D:000BH PUBLIC Count | ||
D:00A8H PUBLIC IE | ||
C:00E7H PUBLIC _Play_Song | ||
D:00B8H PUBLIC IP | ||
C:0183H PUBLIC main | ||
D:0098H PUBLIC SCON | ||
D:0089H PUBLIC TMOD | ||
D:0088H PUBLIC TCON | ||
C:016AH PUBLIC Time0_Init | ||
C:000EH PUBLIC SONG | ||
D:008CH PUBLIC TH0 | ||
C:018DH PUBLIC Time0_Int | ||
D:008AH PUBLIC TL0 | ||
B:0090H.5 PUBLIC _Speak | ||
B:0088H.4 PUBLIC TR0 | ||
D:00C8H PUBLIC T2CON | ||
D:00D0H PUBLIC PSW | ||
------- PROC TIME0_INIT | ||
C:016AH LINE# 20 | ||
C:016AH LINE# 21 | ||
C:016AH LINE# 22 | ||
C:016DH LINE# 23 | ||
C:0170H LINE# 24 | ||
C:0173H LINE# 25 | ||
C:0176H LINE# 26 | ||
------- ENDPROC TIME0_INIT | ||
------- PROC TIME0_INT | ||
C:018DH LINE# 28 | ||
C:018DH LINE# 30 | ||
C:0190H LINE# 31 | ||
C:0193H LINE# 32 | ||
C:0195H LINE# 33 | ||
------- ENDPROC TIME0_INT | ||
------- PROC _DELAY_XMS | ||
D:0006H SYMBOL x | ||
------- DO | ||
D:0004H SYMBOL i | ||
D:0002H SYMBOL j | ||
------- ENDDO | ||
C:014AH LINE# 38 | ||
C:014AH LINE# 39 | ||
C:014AH LINE# 41 | ||
C:0154H LINE# 42 | ||
C:0154H LINE# 43 | ||
C:0162H LINE# 44 | ||
C:0169H LINE# 45 | ||
------- ENDPROC _DELAY_XMS | ||
------- PROC _PLAY_SONG | ||
BL51 BANKED LINKER/LOCATER V6.22 10/05/2017 15:23:20 PAGE 3 | ||
|
||
|
||
D:0007H SYMBOL i | ||
------- DO | ||
D:0001H SYMBOL Temp1 | ||
D:0008H SYMBOL Temp2 | ||
D:0009H SYMBOL Addr | ||
------- ENDDO | ||
C:00E7H LINE# 47 | ||
C:00E7H LINE# 48 | ||
C:00E7H LINE# 51 | ||
C:00EAH LINE# 52 | ||
C:00F4H LINE# 53 | ||
C:00F4H LINE# 54 | ||
C:00F4H LINE# 55 | ||
C:010BH LINE# 56 | ||
C:010EH LINE# 57 | ||
C:010EH LINE# 58 | ||
C:0110H LINE# 59 | ||
C:0117H LINE# 60 | ||
C:0119H LINE# 61 | ||
C:011CH LINE# 62 | ||
C:011DH LINE# 64 | ||
C:011DH LINE# 66 | ||
C:011DH LINE# 67 | ||
C:0135H LINE# 68 | ||
C:0137H LINE# 69 | ||
C:0137H LINE# 70 | ||
C:0137H LINE# 71 | ||
C:0139H LINE# 72 | ||
C:0140H LINE# 73 | ||
C:0145H LINE# 74 | ||
C:0145H LINE# 75 | ||
C:0148H LINE# 76 | ||
------- ENDPROC _PLAY_SONG | ||
------- PROC MAIN | ||
C:0183H LINE# 85 | ||
C:0183H LINE# 86 | ||
C:0183H LINE# 87 | ||
C:0186H LINE# 88 | ||
C:0186H LINE# 89 | ||
C:0186H LINE# 90 | ||
C:018BH LINE# 91 | ||
------- ENDPROC MAIN | ||
------- ENDMOD MAIN | ||
|
||
Program Size: data=13.0 xdata=0 code=398 | ||
LINK/LOCATE RUN COMPLETE. 0 WARNING(S), 0 ERROR(S) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
:10000E002620202020202610201020802620302080 | ||
:10001E0030203910301030802620202020201C2047 | ||
:10002E0020802B20262020202B1026102B802620EF | ||
:10003E00302030203910261026604010391026202E | ||
:10004E003020302039102610268026202B102B1021 | ||
:10005E002B203010391026102B102B202B40402037 | ||
:10006E00201020102B10263030801820182026202B | ||
:10007E002020204026202B20302030201C20202025 | ||
:10008E0020801C201C201C203020306039103010A5 | ||
:10009E0020202B1026102B10261026102B102B8014 | ||
:1000AE001820182026202020206026102B203020FB | ||
:1000BE0030201C20202020802620301030103020B0 | ||
:1000CE00392026102B102B202B40401040102010D2 | ||
:0900DE0020102B102630308000A8 | ||
:0D016A0075890175A882758CD8758AEF2201 | ||
:03000B0002018D62 | ||
:09018D00758CD8758AEF050B3260 | ||
:10014A00E4FDFCC3ED9FEC9E5015E4FBFA0BBB00EB | ||
:0F015A00010AEB64034A70F50DBD00010C80E44F | ||
:010169002273 | ||
:1000E700E4F50BEF75F0D9A485F009F50A050AE5E3 | ||
:1000F7000AAE097002050914240EF58274003EF554 | ||
:1001070083E493F9B9FF0BC28C7F647E0012014A26 | ||
:1001170080DBE9700122050AE50AAE0970020509CC | ||
:1001270014240EF58274003EF583E493F508D28C0F | ||
:10013700B295E9FF7E0012014AE508B50BF2E4F536 | ||
:030147000B80AA80 | ||
:0A01830012016AE4FF1200E780F9A0 | ||
:0300000002017783 | ||
:0C017700787FE4F6D8FD75810B0201834F | ||
:00000001FF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"main.obj" | ||
TO "demo" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<html> | ||
<body> | ||
<pre> | ||
<h1>�Vision Build Log</h1> | ||
<h2>Project:</h2> | ||
E:\codes\��Ƭ��\demo.uvproj | ||
Project File Date: 05/21/2017 | ||
|
||
<h2>Output:</h2> | ||
Build target 'Target 1' | ||
compiling main.c... | ||
linking... | ||
Program Size: data=13.0 xdata=0 code=398 | ||
creating hex file from "demo"... | ||
"demo" - 0 Error(s), 0 Warning(s). |
Oops, something went wrong.