代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/299997/7814799
inc sect30.inc
;***************************************************************************
; C Compiler for R8C/Tiny, M16C/60,30,20,10
; Copyright(C) 1999(2000-2006). Renesas Technology Corp.
; and Renesas Solut
www.eeworm.com/read/299997/7814839
a30 ncrt0.a30
;***************************************************************************
; C Compiler for R8C/Tiny, M16C/60,30,20,10
; Copyright(C) 1999(2000-2006). Renesas Technology Corp.
; and Renesas Solut
www.eeworm.com/read/299988/7815041
inc sect30.inc
;***************************************************************************
; C Compiler for R8C/Tiny, M16C/60,30,20,10
; Copyright(C) 1999(2000-2006). Renesas Technology Corp.
; and Renesas Solut
www.eeworm.com/read/299988/7815074
a30 ncrt0.a30
;***************************************************************************
; C Compiler for R8C/Tiny, M16C/60,30,20,10
; Copyright(C) 1999(2000-2006). Renesas Technology Corp.
; and Renesas Solut
www.eeworm.com/read/145250/12743250
tny sample.tny
{ Sample program
in TINY language -
computes factorial
}
read x; { input an integer }
if 0 < x then { don't compute if x
www.eeworm.com/read/241364/13150901
tst altind.tst
BEGIN
/* Show the conflict resolution logic with a tiny hash table
whose starting value is right at the end of the valid range. */
altind.trc (2**31-5, 20);
altind.loadcache;
al
www.eeworm.com/read/138178/13251147
txt abstract.txt
This example program uses RTX51 Tiny to control 4 tasks and to
pass signals between the tasks. The tasks in this program do
nothing more than increment counters and delay for a few clock ticks.
www.eeworm.com/read/324308/13273319
asm ems.asm
; EMS.411 Virus
; Dissassembly by Vecna/29A
.model tiny
.code
.386p
org 0
VirusStart:
jmp RealStart ; jump to real start of virus
HostCode:
int 20h
www.eeworm.com/read/308733/13694208
c authorizer.c
/*
* tiny-authorizer.c --
*
* FastCGI example Authorizer program using fcgi_stdio library
*
* Copyright (c) 1996 Open Market, Inc.
* See the file "LICENSE.TERMS" for information on usage and red
www.eeworm.com/read/150372/5693740
txt abstract.txt
This example program uses RTX51 Tiny to control 4 tasks and to
pass signals between the tasks. The tasks in this program do
nothing more than increment counters and delay for a few clock ticks.