English 中文(简体)
用于生产X86组
原标题:Resources for generating x86 assembly for gcc
  • 时间:2012-01-13 15:06:59
  •  标签:
  • gcc
  • assembly

我想为一门编辑课程制作X86组。

我的问题是,我唯一的经历是很久以前,有8086名集会者,我不记得。

我正在寻找一些资源,这些资源用于测试。

最佳回答

我赞成的文件链接:

请注意-relatedLink section at the low-right of this so Screen, as well

问题回答

有一个8088/86号 n子,我有一根 for子,我去除生物,用狗把一个加工剂留给8088/86学习。 http://github.com 或其他一些微粒或类似模拟器(如果你能够很好地了解正在做的工作,则按执行顺序印刷每项指示)。

If you didnt mean 8086 and meant the modern/current x86/IA processors, then pcemu wont work you need something like qemu (little to know visibility).





相关问题
gcc -fPIC seems to muck with optimization flags

Following along from this question: how-do-i-check-if-gcc-is-performing-tail-recursion-optimization, I noticed that using gcc with -fPIC seems to destroy this optimization. I am creating a shared ...

Generate assembler code from C file in linux

I would like to know how to generate assembler code from a C program using Unix. I tried the gcc: gcc -c file.c I also used firstly cpp and then try as but I m getting errors. I m trying to build an ...

Getting rid of pre-compiled headers

OK, I have old Metrowerks code for Mac and Windows where the previous developer used pre-compiled headers for every project that this code base builds. How does one get rid of Pre-compiled headers, ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

How to compile for Mac OS X 10.5

I d like to compile my application for version 10.5 and forward. Ever since I upgraded to Snow Leopard and installed the latest XCode, gcc defaults to 10.6. I ve tried -isysroot /Developer/SDKs/...

热门标签