代码搜索:byte
找到约 10,000 项符合「byte」的源代码
代码结果 10,000
www.eeworm.com/read/119473/14829513
asm asm.asm
; ASM.ASM
;
; This is a simple, single line, mini-assembler for an earlier
; version of the x86 processor. It converts strings containing valid
; (old) x86 assembly code into a sequence of hex va
www.eeworm.com/read/119473/14829515
asm ex16_1b.asm
; EX16_1a.asm
;
; A simple floating point calculator that demonstrates the use of the
; UCR Standard Library pattern matching routines. Note that this
; program requires an FPU.
.xlist
.3
www.eeworm.com/read/119473/14829547
asm ex8_5a.asm
; Ex8_5a.asm
;
; Randall Hyde
; 2/7/96
;
; This program reads a string of symbols from the user and prints the vowels.
; It demonstrates the use of make files
.xlist
include stdlib.a
www.eeworm.com/read/119473/14829552
asm receive.asm
; RECEIVE.ASM
;
; This program is the receiver portion of the programs that transmit files
; across a Laplink compatible parallel cable.
;
; This program assumes that the user want to use LPT1: f
www.eeworm.com/read/119473/14829559
asm fpgm.asm
.xlist
include stdlib.a
includelib stdlib.lib
matchfuncs
.list
include fpgm.a
dseg segment para public 'data'
; State variables for the player:
CurRoom word Room1
www.eeworm.com/read/119473/14829592
asm pgm6_3.asm
; Logical Operations
; This program demonstrates the AND, OR, XOR, and NOT instructions
.386 ;So we can use extended registers
option segment:use16 ; and addressing modes.
dseg segment
www.eeworm.com/read/119473/14829623
asm ex15_4.asm
; EX15_4.asm
;
; This program compares the performance of length prefixed strings versus
; zero terminated strings using some simple examples.
;
; Note: these routines all assume that the strings
www.eeworm.com/read/119473/14829628
asm imgprcs5.asm
; IMGPRCS.ASM
;
; An image processing program (Second optimization pass).
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it.
www.eeworm.com/read/119473/14829630
asm imgprcs1.asm
; IMGPRCS.ASM
;
; An image processing program.
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it. The average is computed
;
www.eeworm.com/read/119473/14829631
asm imgprcs6.asm
; IMGPRCS.ASM
;
; An image processing program (Second optimization pass).
;
; This program blurs an eight-bit grayscale image by averaging a pixel
; in the image with the eight pixels around it.