代码搜索:Byte

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

代码结果 10,000
www.eeworm.com/read/119473/14829632

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/119473/14829633

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/119473/14829634

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/119473/14829752

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/119473/14829753

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/119473/14829754

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/119473/14829759

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/119473/14829761

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
www.eeworm.com/read/119473/14829765

asm barrier.asm

; BARRIER.ASM ; ; This sample program demonstrates how to use the Standard Library's ; semaphore objects to synchronize several processes at a barrier. ; This program is similar to the MULTIDOS.AS
www.eeworm.com/read/119473/14829767

asm multi.asm

; Simple program to demonstrate the use of multitasking. .xlist include stdlib.a includelib stdlib.lib .list dseg segment para public 'data' ChildPID word 0 BackGndCnt word