代码搜索:predefined

找到约 1,203 项符合「predefined」的源代码

代码结果 1,203
www.eeworm.com/read/270376/11040851

h acconfig.h

/* Use XShm Extension? */ #undef USE_XSHM /* Run in text only mode */ #undef DISABLE_DISPLAY /* startup in stopped state */ #undef DISABLE_AUTORUN /* Our package name */ #undef PACKAGE /* The vers
www.eeworm.com/read/467371/7011108

lst uart1.lst

UART1 PAGE 1 1 ;==================================================
www.eeworm.com/read/467371/7011109

lst uart2.lst

UART2 PAGE 1 1 ;==================================================
www.eeworm.com/read/460770/7241112

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 %macro DosExit 1 %i
www.eeworm.com/read/435646/7788408

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/302085/13842464

lst uart1.lst

UART1 PAGE 1 1 ;==================================================
www.eeworm.com/read/302085/13842465

lst uart2.lst

UART2 PAGE 1 1 ;==================================================
www.eeworm.com/read/302085/13842525

lst slavuart.lst

SLAVUART PAGE 1 1 ;==================================================
www.eeworm.com/read/302085/13842540

lst mastuart.lst

MASTUART PAGE 1 1 ;==================================================
www.eeworm.com/read/150547/12286933

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