代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/418982/10889997
map experiment.map
MPLINK 4.02, Linker
Linker Map File - Created Thu Feb 26 17:15:10 2009
Section Info
Section Type Address Location Size(Bytes)
www.eeworm.com/read/418982/10890013
map lcd by myself.map
MPLINK 4.02, Linker
Linker Map File - Created Fri Feb 27 11:45:28 2009
Section Info
Section Type Address Location Size(Bytes)
www.eeworm.com/read/418982/10890030
map experiment.map
MPLINK 4.02, Linker
Linker Map File - Created Fri Feb 27 10:07:55 2009
Section Info
Section Type Address Location Size(Bytes)
www.eeworm.com/read/274034/10890733
m51 drawing_line.m51
BL51 BANKED LINKER/LOCATER V5.12 01/10/2008 18:15:12 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
E:\PROGRAM FILES\KEILL\C51\BIN\
www.eeworm.com/read/274034/10890765
m51 drawing_line.m51
BL51 BANKED LINKER/LOCATER V5.12 01/10/2008 18:32:35 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
E:\PROGRAM FILES\KEILL\C51\BIN\
www.eeworm.com/read/273784/10901321
m51 lcd.m51
BL51 BANKED LINKER/LOCATER V6.00 08/04/2007 17:18:57 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
www.eeworm.com/read/273644/10908027
asm phone.asm
datasg segment 'data'
mess1 db 'Input name:','$'
mess2 db 'Input a telephone number:','$'
mess3 db 'Do you want a telephone number?(Y/N)','$'
mess4 db 'name?','$'
mess5 db 'name',16 dup(' ')
www.eeworm.com/read/273644/10908036
asm phone.asm
datasg segment 'data'
mess1 db 'Input name:','$'
mess2 db 'Input a telephone number:','$'
mess3 db 'Do you want a telephone number?(Y/N)','$'
mess4 db 'name?','$'
mess5 db 'name',16 dup(' ')
www.eeworm.com/read/273644/10908058
asm hanoi.asm
datarea segment
message1 db 'N=?',0ah,0dh,'$'
message2 db 'What is the name of spindle X ?'
db 0ah,0dh,'$'
message3 db 'What is the name of spindle Y ?'
db 0ah,0dh,'$'
message4 db 'What is the
www.eeworm.com/read/273644/10908066
asm binihex.asm
decihex segment
assume cs:decihex
main proc far
repeat:call decibin
call crlf
call binihex
call crlf
jmp repeat
main endp
decibin proc near
mov bx,0
newchar:
mov ah,1
int 21h
sub