代码搜索结果

找到约 10,000 项符合 J 的代码

02_j.asm

HONG MACRO push ds sub ax,ax sub cx,cx push ax push cx mov ax,data_seg mov

02_j.asm

HONG MACRO push ds sub ax,ax sub cx,cx push ax push cx mov ax,data_seg mov

a_thru_j.c

#include void main (void) { char string[256]; int i; for (i = 0; i < 26; i++) string[i] = 'A' + i; string[10] = NULL; printf ("The string contains %s\n