first commit

This commit is contained in:
2018-05-13 17:25:41 +08:00
parent dcd2b8ec78
commit be65a42cb8
10 changed files with 2260 additions and 0 deletions

BIN
Objects/Interrupt_1 Executable file

Binary file not shown.

View File

@ -0,0 +1,32 @@
<html>
<body>
<pre>
<h1><EFBFBD>Vision Build Log</h1>
<h2>Tool Versions:</h2>
IDE-Version: <20>gVision V5.14.2
Copyright (C) 2015 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: jane jane, no, LIC=----
Tool Versions:
Toolchain: PK51 Prof. Develpers Kit Version: 9.54
Toolchain Path: C:\Keil_v5\C51\BIN
C Compiler: C51.exe V9.54
Assembler: A51.exe V8.02c
Linker/Locator: BL51.exe V6.22
Library Manager: LIB51.exe V4.30.1.0
Hex Converter: OH51.exe V2.7.0.0
CPU DLL: S8051.DLL V3.100.0.0
Dialog DLL: DP51.DLL V2.62.0.1
<h2>Project:</h2>
C:\Users\jj971\Desktop\Interrupt_1\Interrupt_1.uvproj
Project File Date: 05/12/2018
<h2>Output:</h2>
Rebuild target 'Target 1'
compiling Interrupt_1.c...
linking...
Program Size: data=11.0 xdata=0 code=225
".\Objects\Interrupt_1" - 0 Error(s), 0 Warning(s).
</pre>
</body>
</html>

3
Objects/Interrupt_1.lnp Executable file
View File

@ -0,0 +1,3 @@
".\Objects\Interrupt_1.obj"
TO ".\Objects\Interrupt_1"
PRINT(".\Listings\Interrupt_1.m51")

BIN
Objects/Interrupt_1.obj Executable file

Binary file not shown.