代码搜索:predefined
找到约 1,203 项符合「predefined」的源代码
代码结果 1,203
www.eeworm.com/read/229768/14317546
lst uart1.lst
CDV8 PAGE 1
1 ;==================================================
www.eeworm.com/read/229768/14317551
lst uart2.lst
UART2 PAGE 1
1 ;==================================================
www.eeworm.com/read/229768/14317650
lst slavuart.lst
SLAVUART PAGE 1
1 ;==================================================
www.eeworm.com/read/229768/14317670
lst mastuart.lst
MASTUART PAGE 1
1 ;==================================================
www.eeworm.com/read/125994/14452744
lst uart1.lst
UART1 PAGE 1
1 ;==================================================
www.eeworm.com/read/125994/14452747
lst uart2.lst
UART2 PAGE 1
1 ;==================================================
www.eeworm.com/read/123064/14650140
asm elif.asm
%macro DosPrintMsg 1+
%ifnid %1
section .data
%%str_to_print:db %1
section .text
mov dx,%%str_to_print
mov ah,9
int 0x21
%else
mov dx,(%1)
mov ah,9
int 0x21
%endif
%endmacro
%mac
www.eeworm.com/read/118993/14845417
asm elif.asm
%macro DosPrintMsg 1+
%ifnid %1
section .data
%%str_to_print:db %1
section .text
mov dx,%%str_to_print
mov ah,9
int 0x21
%else
mov dx,(%1)
mov ah,9
int 0x21
%endif
%endmacro
%mac
www.eeworm.com/read/162614/5525799
tst cd7101g.tst
-- CD7101G.TST
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/335984/12485268
asm elif.asm
%macro DosPrintMsg 1+
%ifnid %1
section .data
%%str_to_print:db %1
section .text
mov dx,%%str_to_print
mov ah,9
int 0x21
%else
mov dx,(%1)
mov ah,9
int 0x21
%endif
%endmacro
%mac