代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.asm
extrn music:far,gensound:far
;******************************************************
;* 堆栈段
.286;******************************************************
STACK_SEG SEGMENT STACK
STACK_BU
clock.c
#include "mips.h"
#include "stdio.h"
#include "termio.h"
/*
* This example displays the elapsed time in large digits.
*/
long time();
int x_posn[] = {4,12,20,28,36,44,52,60};
int y_posn = 10;
/*
clock.c
/************************************************************************************/
/* 程序名:多功能时钟 */
/* 晶振: 12M
clock.lst
C51 COMPILER V6.12 CLOCK 07/05/2007 08:11:03 PAGE 1
C51 COMPILER V6.12, COMPILATION OF MODULE CLOCK
OBJECT MODULE PLACED IN .
clock.hex
:1004FD0003090C3A32041207CD040303320C280011
:10050D000A16C0F9A4B0999282F880900A20407919
:0B051D002430191202780010010800C1
:080529002416F8E6F5807F04BA
:0F0531001FEF600BE4FEEEC3947D50F40E80F7D5
:01
clock.lnp
"clock.obj"
TO "clock"
RAMSIZE(256)
clock.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {