代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/155856/5618739
a51 conf_tny.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK Gmb
www.eeworm.com/read/155856/5618761
a51 conf_tny.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK Gmb
www.eeworm.com/read/392412/8344315
a51 conf_tny.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK Gmb
www.eeworm.com/read/415618/11061295
a51 conf_tny.a51
$NOMOD51 DEBUG
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRON
www.eeworm.com/read/415618/11061326
bak conf_tny.bak
$NOMOD51 DEBUG
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRON
www.eeworm.com/read/415062/11084693
a51 conf_tny.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK Gmb
www.eeworm.com/read/412172/11212012
a51 conf_tny.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK Gmb
www.eeworm.com/read/336130/12475277
a51 conf_tny.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the RTX-51 TINY Real-Time Operating System Package
; Copyright KEIL ELEKTRONIK Gmb
www.eeworm.com/read/205098/15326639
cpp loopopti.cpp
/****************************************************/
/* 文件 loopOpti.cpp */
/* */
/* 说明 TINY编译器中间代码的循环不变式外提优化 */
/****************************************************/
#
www.eeworm.com/read/145250/12743211
makefile
#
# makefile for TINY
# Borland C Version
# K. Louden 2/3/98
#
CC = gcc
CFLAGS = -g -O2 -Wall
OBJS = main.o util.o scan.o parse.o symtab.o analyze.o code.o cgen.o
tiny: $(OBJS)
$(CC) $(CFLAGS) -o