代码搜索:Byte

找到约 10,000 项符合「Byte」的源代码

代码结果 10,000
www.eeworm.com/read/161034/10462252

asm tdata.asm

page ,132 ; SCCSID = @(#)tdata.asm 4.3 85/05/17 ; SCCSID = @(#)tdata.asm 4.3 85/05/17 TITLE COMMAND Transient Initialized DATA ;/* ; * Microsoft Confidential ; *
www.eeworm.com/read/161034/10462346

asm init.asm

page ,132 title COMMAND Initialization ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1991 ; * All Rights
www.eeworm.com/read/353213/10462671

c myprojc.c

#include #include typedef unsigned char BYTE; sbit CS1=P2^5; sbit CS2=P2^6; sbit RST=P2^7; sbit RS=P2^2 ; sbit RW=P2^1; sbit E=P2^0; BYTE X=0; BYTE Y=0; sbit DQ
www.eeworm.com/read/353213/10463005

c myproj.c

#include #include typedef unsigned char BYTE; sbit CS1=P2^5; sbit CS2=P2^6; sbit RST=P2^7; sbit RS=P2^2 ; sbit RW=P2^1; sbit E=P2^0; BYTE X=0; BYTE Y=0; void de
www.eeworm.com/read/353213/10463367

c myproj.c

#include #define uchar unsigned char #define uint unsigned int /*--------------------------parameter setting-----------------------*/ #define XtalFreq (11.059200)//Crystal Frequence #
www.eeworm.com/read/424180/10485164

h testregs.h

#ifndef TESTREGS_H #define TESTREGS_H #ifndef TESTHEADER_H #error include 'testheader.h' before including this file. #endif #define bmSTRETCH 0x07 #define FW_STRETCH_VALUE 0x0 sfr SP
www.eeworm.com/read/352927/10493000

plm ptrap.plm

PTRAP: do; $include(PTRAP.DCL) declare P1 byte at (90h) register; Writeln: procedure(Ptr) public; declare Ptr word; declare B based Ptr byte auxiliary; declare I byte; do whil
www.eeworm.com/read/160702/10505753

h fat.h

/*! \file fat.h \brief FAT16/32 file system driver. */ //***************************************************************************** // // File Name : 'fat.h' // Title : FAT16/32 file system dr
www.eeworm.com/read/160624/10513335

asm miscdemo.asm

;* MISCDEMO - Invokes many of the assembly example procedures, most of them ;* demonstrating assembly language instructions and calls to the system BIOS. ;* MISCDEMO demonstrates how to: ;* ;*
www.eeworm.com/read/160624/10513555

asm install.asm

.MODEL small, pascal INCLUDE tsr.inc ;* INSTALLATION SECTION - The following code and data are used only ;* during the TSR's installation phase. When the program terminates ;* t