CPU与编译器

CPU与编译器

文章 1.2k 浏览 21

GAS 汇编器是否支持类似 mov ax, word ptr var1 这种语法?

比如下面一个减法的例子: var1&nbsp &nbsp&nbsp &nbsp&nbsp &nbsp&nbsp &nbspdword&nbsp &nbsp? var2&nbsp &nbsp&nbsp &nbsp&nbsp &nbsp&nbsp &nbspdw…

余生共白头 2022-09-09 14:46:45 12 0

请问缺页0e异常需要关闭中断吗

比如像代码:void __declspec (naked) NewTrap0E(void)&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp //自动关中断{&nbsp &nbsp &nbsp &nbsp __asm…

云巢 2022-09-09 14:26:46 10 0

请问为何gcc在不同机器编译相同代码,objdump出来的结果不同呢?

如题。用同一个虚拟机拷到不同的两台机器试验,也是同样。 都是最前列的地址不同。…

恋你朝朝暮暮 2022-09-09 12:53:35 8 0

这段汇编怎么ld过不了?

本帖最后由 yylogo 于 2010-08-01 14:58 编辑 这段汇编怎么ld过不了?BOOTSEG&nbsp &nbsp &nbsp &nbsp = 0x07C0SYSSEG&nbsp &nbsp &nbsp &nbsp = 0x00…

等风也等你 2022-09-09 07:42:46 9 0

怎样编写cmake为MSVS2010生成带有x64平台的solution文件?

为项目写了个cmakelist.txt文件,用cmake生成visual studio 的 soluntion文件(.sln)中只有win32平台,运行 devenv kernel.sln /Rebuild &quotDebug|…

[旋木] 2022-09-09 06:18:33 8 0

有没有人在用MinGW?

因为工作的需要,经常做一些跨平台的工具。自己写的一般设计时就注意到了,但有些使用一些开源代码,移到Windows上比较麻烦,以前都是用Cygwin的,最…

江南烟雨〆相思醉 2022-09-09 05:45:46 7 0

x86在内存不对齐的时候,为什么不会产生总线错误?

在有些机器上(例如sun的spark,intel的itanium),内存不对齐就会产生总线错误,例如下面这两行C代码: char buf[8] int* pi=buf+1 (*pi)=2 在spark上面…

东京女 2022-09-09 05:43:23 11 0

请教GCC是否支持匿名struct?

struct T { &nbsp&nbspint a } struct T1 { &nbsp&nbspstruct T &nbsp&nbspint b } gcc编译不过,我没找到选项,是否不支持? 这个特性很重要,是模仿…

我一向站在原地 2022-09-09 02:47:45 13 0

关于gcc 嵌入式汇编的一个问题(current在x86_64下的实现)

在ULK3.0中,作者描述了current的实现(使用esp寄存器的值),查看X86_64下的实现代码,发现有较大差别: static inline struct task_struct *get_cur…

素手挽清风 2022-09-09 01:39:03 6 0

LLVM's Clang Is Onto Building The Linux Kernel

In February of this year the Clang C/C++ compiler for LLVM hit the milestone of self-hosting itself after Clang's C support was declared pro…

淡淡的优雅 2022-09-08 22:44:03 11 0

在FEDORA12编译一些软件时候出现"/usr/lib/ld:cannot find -lc"

我的FEDORA 12的机子运行:rpm -qa | grep glibc输出如下: glibc-2.11-2.i686 glibc-headers-2.11-2.i686 glibc-common-2.11-2.i686 glibc-devel-2.11-…

爱人如己 2022-09-08 20:53:26 10 0

-fexec-charset是预处理选项还是编译本身的选项?

在看GNU CPP(C preprocessor)手册的时候,有如下一段话: After preprocessing is complete, string and character constants are converted again, i…

浊酒尽余欢 2022-09-08 18:08:11 10 0

再请教一PPC汇编指令bnslr+(手册上我查不到)

10007db8:&nbsp &nbsp &nbsp &nbsp 38 00 00 a2 &nbsp &nbsp &nbsp &nbsp li  r0,162 10007dbc:&nbsp &nbsp &nbsp &nbsp 44 00 00 02 &nbsp &nbsp &…

萧瑟寒风 2022-09-08 17:58:56 12 0

[mips] 疑惑mip-uclibc-gcc对一段汇编的编译

这个程序应该是一个小型的bootload, 我是用buildroot生成的mips交叉编译链,gcc-4.3.2&nbsp&nbspbinutils-2.19,编译的文件在一个mips虚拟机上跑 set…

萌面超妹 2022-09-08 17:15:12 21 0
更多

推荐作者

懂王

文章 0 评论 0

清秋悲枫

文章 0 评论 0

niceone-tech

文章 0 评论 0

小伙你站住

文章 0 评论 0

刘涛

文章 0 评论 0

南街九尾狐

文章 0 评论 0

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文