代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/345305/11822514
h macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
www.eeworm.com/read/341752/12067622
_h macros._h
#ifndef __MACROS_H
#define __MACROS_H 1
#include "stdtypes.h"
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
www.eeworm.com/read/341619/12075043
h macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
www.eeworm.com/read/254872/12114453
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/254771/12120135
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/150817/12259620
h macros.h
#ifndef __MACROS_H
#define __MACROS_H 1
/* FOR ATMEL AVR and TINY AVR ONLY! */
#ifndef BIT
#define BIT(x) (1
www.eeworm.com/read/337580/12358235
c rtx51.c
//作者网站www.dpjjx.com
//改为"RTX-51 Tiny"
#include
#include
#include
#include
www.eeworm.com/read/234581/14105199
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/129083/14267748
asm idea3a.asm
; Last updated: Wed Sep 18 1996
; Tiny IDEA Encryption Program
; Copyright (C) Fauzan Mirza 1995-96
; Version 3A (DOS specific, smallest)
; Optimized for smaller CODE size by Mark Andreas