代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/195884/8124833
c yabasic.c
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
written by Marc-Oliver Ihm 1995-99.
e-mail: ihm@kph.uni-mainz.de
Current Version:
*/
#define BASIC_VERSION "2.45"
/
www.eeworm.com/read/331132/12847155
tc ctsup.tc
#
# --- Version 2.2 90-10-12 16:19 ---
#
# CTask support routines Make-File for Borland's make.
# All memory models except Tiny and Huge.
#
# "reqopt" contains required options, and shoul
www.eeworm.com/read/331132/12847395
bc ctsup.bc
#
# --- Version 2.2 93-06-08 10:08 ---
#
# CTask support routines Make-File for Borland's make.
# All memory models except Tiny and Huge.
#
# "reqopt" contains required options, and shoul
www.eeworm.com/read/142573/12938785
c yabasic.c
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
written by Marc-Oliver Ihm 1995-99.
e-mail: ihm@kph.uni-mainz.de
Current Version:
*/
#define BASIC_VERSION "2.45"
/
www.eeworm.com/read/142573/12938811
c 复件 yabasic.c
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
written by Marc-Oliver Ihm 1995-99.
e-mail: ihm@kph.uni-mainz.de
Current Version:
*/
#define BASIC_VERSION "2.45"
/
www.eeworm.com/read/141782/12984576
h macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
#if !defined(_AVR)
#error "This file should only be used with ICCV7 for AVR"
#endif
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(
www.eeworm.com/read/140711/13065257
c yabasic.c
/*
YABASIC --- a tiny integrated Basic Compiler/Interpreter
written by Marc-Oliver Ihm 1995-99.
e-mail: ihm@kph.uni-mainz.de
Current Version:
*/
#define BASIC_VERSION "2.45"
/
www.eeworm.com/read/138927/13201851
h object.h
#ifndef __OBJECT_H_
#define __OBJECT_H_
#include
#define OBJECT(obj) ((Object*) obj)
typedef struct _Object Object;
typedef void (*ObjectDestroy) (Object* self);
struct _Object
{
i
www.eeworm.com/read/138927/13201930
c mem.c
#include
/*#define MEM_DEBUG*/
#ifdef MEM_DEBUG
typedef struct _MemNode MemNode;
typedef struct _MemChunk MemChunk;
struct _MemNode
{
ADT data;
MemNode *next, *prev;
};
struct _MemCh
www.eeworm.com/read/321359/13408248
h macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
#if !defined(_AVR)
#error "This file should only be used with ICCV7 for AVR"
#endif
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(