macro SETVAL a,b cmp %a,0x23 ja err mov %a,%berr: retendm当 使用SETVAL a,b 和 SETVAL b,c 时,宏只负责替换,所以有本地symbol两个 err,编译器当然抱怨 ^_^ 解决办法 err 加 local 修饰 或者 .err (GNU AS) Read More
posted @ 2013-04-05 22:13
moon_cat
Views(186)
Comments(0)
Diggs(0)
unix/linux 对 大小写敏感:.s 操作 :汇编.S 操作 : cpp + 汇编eg:/* start.s */#define rTEXT 0x12345678 LDR R0,=rTEXT ....# arm-linux-gcc -g -c -nostdlib start.s -o start.o # nm -u start.o rTEXT # arm-linux-objdump -S -t start.o > start.l# cat start.i | grep ''R0" LDR R0,【PC,#0】经典错误:arm-linux-gcc 将.s 文 Read More
posted @ 2013-04-05 19:06
moon_cat
Views(573)
Comments(0)
Diggs(0)
this is the scribefire plugin test for firefox !!!! Read More
posted @ 2013-04-05 18:49
moon_cat
Views(125)
Comments(0)
Diggs(0)
hey every one outthere ,i come here~ Read More
posted @ 2013-04-05 18:46
moon_cat
Views(116)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号