代码搜索:Byte
找到约 10,000 项符合「Byte」的源代码
代码结果 10,000
www.eeworm.com/read/283498/9016621
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/283498/9016625
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.
www.eeworm.com/read/283498/9016629
asm imgprcs3.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/283498/9016633
asm imgprcs4.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/283498/9016638
asm imgprcs2.asm
; IMGPRCS2.ASM
;
; An image processing program (First 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/283498/9016915
asm ex9_4.asm
; EX9_4.asm
;
; Hardware-based software timing loop example.
.xlist
include stdlib.a
includelib stdlib.lib
.list
; Location of BIOS variables:
RTC textequ ;Real Tim
www.eeworm.com/read/283498/9016918
asm pgm9_2.asm
; Pgm9_2.ASM
;
; This program demonstrates DeMorgan's theorems and
; various other logical computations.
.xlist
include stdlib.a
includelib stdlib.lib
.list
dseg segment para
www.eeworm.com/read/283498/9016922
asm pgm9_4.asm
; Pgm9_4.ASM
;
; This program demonstrates how to pack and unpack
; data types. It reads in a month, day, and year value.
; It then packs these values into the format the textbook
; presents in
www.eeworm.com/read/283498/9016929
asm grabscrn.asm
; GRABSCRN.ASM
;
; A short TSR to capture the current display screen and display it later.
;
; Note that this code does not patch into int 2Fh (multiplex interrupt)
; nor can you remove this code
www.eeworm.com/read/283498/9016931
asm rundos.asm
; RUNDOS.ASM - Demonstrates how to invoke a copy of the COMMAND.COM
; DOS command line interpreter from your programs.
include stdlib.a
includelib stdlib.lib
dseg segment pa