代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/283498/9017023
asm lexer.asm
; Lexer.asm
;
; This program displays the individual components on a DOS command line.
include stdlib.a
includelib stdlib.lib
cseg segment byte public 'CODE'
assume cs:cseg, ds:dse
www.eeworm.com/read/283498/9017025
asm hexdump.asm
include stdlib.a
includelib stdlib.lib
cseg segment byte public 'CODE'
assume cs:cseg, ds:dseg, es:dseg, ss:sseg
; Note CR and LF are already defined in STDLIB.A
tab equ 09h
Mai
www.eeworm.com/read/283498/9017028
asm keyrpt.asm
; This program reads the file created by the KEYEVAL.EXE TSR program.
; It displays the log containing dates, times, and number of keystrokes.
.xlist
.286
include stdlib.a
includelib s
www.eeworm.com/read/283498/9017042
asm keyeval.asm
; This is an example of an active TSR that counts keyboard interrupts
; once activated. Every minute it writes the number of keyboard
; interrupts that occurred in the previous minute to an output
www.eeworm.com/read/283498/9017048
asm moon.asm
; Simple "Moon Lander" game.
;
; Randall Hyde
; 2/8/96
;
; This program is an example of a trivial little "moon lander"
; game that simulates a Lunar Module setting down on the Moon's
; surface
www.eeworm.com/read/283498/9017058
asm fspsgdi.asm
.286
page 58, 132
name FSPSGDI
title FSPSGDI (CH Products Standard Game Device Interface).
; CHSGDI.EXE
;
; Usage:
; CHSDGI {LEFT}
;
; This program loads a TSR which patches INT 15
www.eeworm.com/read/283497/9017077
c gb18030.c
addr = CountZkAdr(bm1,bm2,bm3,bm4);
////////////////////////////////////////////////////////////////////////
//函数:CountZkAdr(unsigned char c1, unsigned char c2, unsigned char c3, unsigned char c4)
//
www.eeworm.com/read/283405/9022390
c ssptest.c
/*****************************************************************************
* ssptest.c: main C entry file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semic
www.eeworm.com/read/185600/9026393
h des_h.h
#define DEBUG
int IP[]={
58,50,42,34,26,18,10,2,
60,52,44,36,28,20,12,4,
62,54,46,38,30,22,14,6,
64,56,48,40,32,24,16,8,
57,49,41,33,25,17,9,1,
59,51,43,35,27,19,11,3,
61,53,45,3
www.eeworm.com/read/185562/9031670
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c)