代码搜索结果

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

test.plg

礦ision2 Build Log Project: D:\MyData\其它\我的文章\C51\c\p1_1\test.uv2 Project File Date: 04/02/2003 Output:

test.c

#include #include int x = 0; int y = 5; int fun1() { extern p, q; printf("p is %d, q is %d\n", p, q); return 0; } int p = 8; int q = 10;

test.lst

ASEM-51 V1.2 Copyright (c) 1996 by W.W. Heinz PAGE 1 MCS-51 Family Cross Assembler A S E M - 5 1

test.asm

ORG 0H ;arbitrary ;start MOV A,#07 ADD A,#07 DEC A NOP ;and return ;a_value

test.hex

:0600000074072407140040 :00000001FF