powerpc
a simple assembly question
I\'m new to assembly, and it\'s quite fun. Anyways I have one question... cmpw c开发者_Go百科r7, %r29, %r8[详细]
2023-02-03 23:50 分类:问答how to run PPC Leopard on an Intel Mac for QA Purposes?
Our QA needs to test our software on PPC Leopard. Is there a way to do that w/o buying some old PPC HW?[详细]
2023-01-29 18:22 分类:问答gcc(v4.1.2 cross-compiler) integer promotion problem
This is the test code. char ch = 0xff; int i = ch; printf(\"%d\\n\", i); In i386 gcc-4.4.5, the output is -1.[详细]
2023-01-29 15:32 分类:问答Is it possible to convert PPC Assembly to C?
i have some PPC code that i want to convert back into its original C code, is there a way to do this? Possibly a person (such as somebody who knows PPC to reconst开发者_JS百科ruct the C code?) or a pr[详细]
2023-01-28 15:51 分类:问答Is it possible to make Node.js use Rhino as the Javascript engine?
I use Node.js for several jobs on my web apps and so far everthing\'s ok. But the Node.js uses Google\'s V8 as the default Javascript engine (JSE) and V8 runs exlusively on the x86 and ARM Instructio[详细]
2023-01-28 03:07 分类:问答How do I get the CPU ID on a multi-core PowerPC?
I have a multi-threaded app which is running under Linux 2.6.30 on an 8 core PowerPC processor.I want to determine which CPU is being used when a thread is launched.The obvious answer is to print the[详细]
2023-01-19 18:05 分类:问答How to cross-compile Qt X11 for PowerPC?
I have been trying to get Qt X11 cross compiled for PowerPC for a while now and kept having various problems.[详细]
2023-01-19 04:21 分类:问答Why might MonoDevelop 2.4 not start on a PowerPC Mac running Tiger
I am trying to get MonoDevelop 2.4 to run on a PowerPC Mac running Tiger. I have downloaded Mono 2.4.3 from the \"older releases\" page off the download page and installed it. I have downloaded the O[详细]
2023-01-17 23:41 分类:问答How to prepare modules.dep and ld.so.cache while cross-compiling?
I\'m cross-compiling kernel modules and some libraries on x86 for ppc. Is it possible to create ld.so.cache and modules.开发者_如何学Godep on my host system?[详细]
2023-01-13 09:53 分类:问答How to hook syscall table at runtime on PPC Linux?
Subject: PPC Assembly Language - Linux Loadble Kernel Module Detail: How access local TOC area (r2) when called from kernel in syscall table hook?[详细]
2023-01-12 08:48 分类:问答