代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/119949/14816062

asm sounce1.asm

.model tiny .stack .data hz dw 32900,32900,34900,44000,44000,34900,32900,29300,26100,26100,29300,32900,32900,29300,29300 .code .startup mov cx,1 mov si,offset hz begain: mov ah,01 in
www.eeworm.com/read/118392/14874005

h menu.h

#ifndef __MENU_H__ #define __MENU_H__ #include GtkWidget *a_Menu_mainbar_new (BrowserWindow *bw, gint tiny); GtkWidget *a_Menu_popup_op_new (BrowserWindow *bw); GtkWidget *a_Menu_popup_o
www.eeworm.com/read/118063/14889002

asm error.asm

; ; error.asm by Rich Paul ; ; how to return an error code ; requires scroll.asm and cprint.asm ; .model tiny .286 .data extrn cprint:far msg db 0ffh,12,"ShiftChk V2.0 By Rich Paul",
www.eeworm.com/read/216338/15018947

c eeprom.c

// EEPROM access example // CodeVisionAVR C Compiler // (C) 2000-2002 HP InfoTech S.R.L. // www.hpinfotech.ro // Chip: AT90S2313 // Memory Model: TINY // Data Stack Size: 64 bytes flash c
www.eeworm.com/read/114554/15048062

8 thttpd.8

.TH thttpd 8 "29 February 2000" .SH NAME thttpd - tiny/turbo/throttling HTTP server .SH SYNOPSIS .B thttpd .RB [ -C .IR configfile ] .RB [ -p .IR port ] .RB [ -d .IR dir ] .RB [ -r | -nor ] .RB [ -s |
www.eeworm.com/read/19184/824747

asm t15demo.asm

;Tiny 15 - Test of ADC - also include multiplex display driver. ; Specify Device. .device ATTINY15 ; I/O Register Definitions .equ SREG =$3F .equ GIMSK =$3B .equ GIFR =$3A
www.eeworm.com/read/19245/828794

asm t15demo.asm

;Tiny 15 - Test of ADC - also include multiplex display driver. ; Specify Device. .device ATTINY15 ; I/O Register Definitions .equ SREG =$3F .equ GIMSK =$3B .equ GIFR =$3A
www.eeworm.com/read/31729/1030091

asm error.asm

; ; error.asm by Rich Paul ; ; how to return an error code ; requires scroll.asm and cprint.asm ; .model tiny .286 .data extrn cprint:far msg db 0ffh,12,"ShiftChk V2.0 By Rich Paul",
www.eeworm.com/read/37612/1084001

bat make1.bat

REM make.bat,for assembling and linking 16-bit programs (.COM) ML /nologo /c /Fl /Sg /Zi %1.asm if errorlevel 1 goto terminate LINK /nologo /CODEVIEW /TINY %1.obj; if errorlevel 1 goto terminate
www.eeworm.com/read/38267/1109949

bat make1.bat

REM make.bat,for assembling and linking 16-bit programs (.COM) ML /nologo /c /Fl /Sg /Zi %1.asm if errorlevel 1 goto terminate LINK /nologo /CODEVIEW /TINY %1.obj; if errorlevel 1 goto terminate