代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/273912/10894779
rst hello.rst
1 ;--------------------------------------------------------
2 ; File Created by SDCC : FreeWare ANSI-C Compiler
www.eeworm.com/read/273912/10894780
c hello.c
#include
#include
#include "util.h"
void uart_init(void)
{
SCON = 0x50;
HIGH_NIBBLE_SET(TMOD, 2);
TH1 = 253;
PCON |= 0x80;
ES = 0;
TR1 = 1;
}
void putchar(
www.eeworm.com/read/273912/10894781
sym hello.sym
ASxxxx Assembler V01.70 + NoICE + SDCC mods + Flat24 Feb-1999 (Intel 8051), page 1.
Symbol Table
A 00D6
AC
www.eeworm.com/read/273912/10894782
rel hello.rel
XH
H 17 areas 78 global symbols
M hello
O -mmcs51 --model-small
S _P1 Def0090
S _B Def00F0
S _P2 Def00A0
S _P3 Def00B0
S _SP Def0081
S _PS Def00BC
S _T0 Def00B4
S _T1 Def00B5
S _OV Def00D2
S _ACC Def0
www.eeworm.com/read/273912/10894783
map hello.map
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
. .ABS.
www.eeworm.com/read/273912/10894784
asm hello.asm
;--------------------------------------------------------
; File Created by SDCC : FreeWare ANSI-C Compiler
; Version 2.6.0 #4309 (Nov 10 2006)
; This file generated Mon May 28 15:49:23 2007
;--------
www.eeworm.com/read/273912/10894785
bin hello.bin
www.eeworm.com/read/273912/10894786
hex hello.hex
:03000000020003F8
:03005C0002005F40
:05005F0012009280FE7A
:0E006400759850740F55894420F589758DFDEF
:08007200438780C2ACD28E224C
:06007A00AA82C2998A99D6
:040080003099FD2294
:040084007A107B274C
:050088001
www.eeworm.com/read/273912/10894787
mem hello.mem
Internal RAM layout:
0 1 2 3 4 5 6 7 8 9 A B C D E F
0x00:|0|0|0|0|0|0|0|0|a|c|Q|Q| | | | |
0x10:| | | | | | | | | | | | | | | | |
0x20:|B|B|b|b|b|b|b|b|b|b|b|b|b|b|b|b|
0x30:|b|b|b|b|b|b|b|b|b|
www.eeworm.com/read/273824/10900077
c hello.c
/*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2006 Miklos Szeredi
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.