资源简介
可以将C语言转变为汇编的编译器,研究汇编很经典的东东哦
代码片段和文件信息
void main()
{
int a b;
a = b = 1;
if( !(a == b) ) printf( “not equal\n“ );
else printf( “equal\n“ );
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5220 2009-10-26 10:01 C-Compiler\bin\!_test.asm
文件 119 2009-10-26 10:01 C-Compiler\bin\!_test.c
文件 1255 2008-02-27 12:31 C-Compiler\bin\!_test.p
文件 76 2004-05-26 21:02 C-Compiler\bin\break_test.c
文件 536576 2004-08-11 17:40 C-Compiler\bin\C- Compiler modified.exe
文件 9999 2009-10-26 09:58 C-Compiler\bin\cminus1.c
文件 69 2004-05-26 21:02 C-Compiler\bin\declaration.c
文件 102 2004-05-26 22:08 C-Compiler\bin\for_test.c
文件 273 2008-03-07 20:31 C-Compiler\bin\gcd.c
文件 1041 2008-03-07 20:31 C-Compiler\bin\gcd.p
文件 90 2004-07-18 03:00 C-Compiler\bin\goto_test.c
文件 45 2004-05-27 00:28 C-Compiler\bin\i=j=1.c
文件 9440 1992-09-28 14:25 C-Compiler\bin\INCLUDE\BIOS.INC
文件 45473 1993-09-16 11:31 C-Compiler\bin\INCLUDE\CMACROS.INC
文件 41258 1993-08-19 11:59 C-Compiler\bin\INCLUDE\DOS.INC
文件 6166 1992-09-24 17:28 C-Compiler\bin\INCLUDE\MACROS.INC
文件 9181 1992-10-01 11:55 C-Compiler\bin\INCLUDE\PROLOGUE.INC
文件 144585 1992-09-08 19:55 C-Compiler\bin\INCLUDE\WIN.INC
文件 202912 1992-07-13 10:06 C-Compiler\bin\li
文件 388608 1993-09-23 23:25 C-Compiler\bin\ML.EXE
文件 86809 1992-03-10 12:00 C-Compiler\bin\NMAKER.EXE
文件 37 2004-05-27 00:29 C-Compiler\bin\printf_test.c
文件 784 2004-07-22 12:11 C-Compiler\bin\selection sort.c
文件 0 2008-03-07 20:31 C-Compiler\bin\sort.c
文件 10379 2004-05-21 19:32 C-Compiler\C- Compiler\Analyzer.cpp
文件 935 2004-05-21 10:02 C-Compiler\C- Compiler\Analyzer.h
文件 2215 2004-05-26 23:58 C-Compiler\C- Compiler\AsmCodeDoc.cpp
文件 1496 2004-05-26 23:58 C-Compiler\C- Compiler\AsmCodeDoc.h
文件 24035 2004-07-22 12:10 C-Compiler\C- Compiler\AsmCodeGenerator.cpp
文件 971 2004-05-26 22:16 C-Compiler\C- Compiler\AsmCodeGenerator.h
............此处省略172个文件信息
评论
共有 条评论