代码搜索:proc

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

代码结果 10,000
www.eeworm.com/read/100359/15876260

mac c32.mac

; NASM macro set to make interfacing to 32-bit programs easier -*- nasm -*- %imacro proc 1 ; begin a procedure definition %push proc global %1 %1: push ebp
www.eeworm.com/read/100140/15882866

asm tdinfo.asm

model large tdinfo_text,pascal include compiler.inc uhNumber equ uhReserved+18 extrn FileWrite:far extrn GetFlatMem:far extrn GetProcStackSize:far extrn FlatMemAvail:far extrn Error:
www.eeworm.com/read/100140/15882867

inc asminstr.inc

ProcessCommand proc near @@1: xor ax,ax mov CodeCount,ax mov Pending,al mov DirectionBit,al mov DefPrefix,al mov bx,OpcodePtr mov bx,cs:[bx] mov cl,6 shr bh,cl cmp bh,OperCount jn
www.eeworm.com/read/100140/15882869

asm tpstart.asm

model large compiler_text,pascal include compiler.inc extrn VOpen:far extrn VClose:far extrn VRead:far extrn VSeek:far extrn VTime:far extrn VFTime:far extrn SetCompInfo:far TIni
www.eeworm.com/read/100140/15882870

asm debugger.asm

model large compiler_text,pascal include compiler.inc extrn OvrDebugHook:far extrn LoadProgram:far extrn EmulateLoad:far extrn InitProgram:far extrn ExitProgram:far extrn FExpand:far
www.eeworm.com/read/100140/15882873

inc asmlex.inc

NeedToken proc near cmp al,dh je GetToken jmp SyntaxErr NeedToken endp CheckToken proc near cmp al,dh je GetToken xor ax,ax ret CheckToken endp GetToken proc near mov dh,';'
www.eeworm.com/read/100140/15882876

asm compile.asm

model large compiler_text,pascal include compiler.inc .data DefProgramName db 7,'PROGRAM' SystemName db 6,'SYSTEM' SystemTps db 'SYSTEM.TPS',0 Extensions db 'PAS',0 db 'EXE',0 db 'T
www.eeworm.com/read/100140/15882887

inc tdinfo5.inc

MarkType proc near mov bx,es:[di].tsType.Segm mov di,es:[di].tsType.Offs mov es,es:[bx] jmp @@1 MarkVar label near mov bx,es:[di].vsType.Segm mov di,es:[di].vsType.Offs mov es,es:[bx]
www.eeworm.com/read/100140/15882888

asm units.asm

model large compiler_text,pascal include compiler.inc .code compiler_text public SaveState public RestoreState public Add2TpuList public FormUnit public WriteUnit public ReadUnit
www.eeworm.com/read/100140/15882889

asm lex.asm

model large compiler_text,pascal include compiler.inc .data Defines db 5,'VER60' db 5,'MSDOS' db 5,'CPU86' DefL1 equ $-Defines db 5,'CPU87' DefL2 equ $-Defines .data? StartTok