[android-internals] Re: Android ASM

2008-10-10 Thread Bill Zimmerly
If you are using a standard Pentium PC with Linux, then you can download QEMU and emulate the ARM Linux environment. This will then allow you to work on ARM Assembler code with the GNU toolchain. Here is a good website to start at... http://www.aurel32.net/info/debian_arm_qemu.php Good luck!

[android-internals] Re: Android ASM

2008-10-09 Thread [EMAIL PROTECTED]
Do you have any advice, such as which assembler to use, or info like what chip &c. is used in the G1? thanks -R --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Internals" group. To post to this group, send em

[android-internals] Re: Android ASM

2008-10-09 Thread Markus
Hi, you would get used to ARM Assembler, write your stuff in ARM Assembler and use an assembler to get real machine code. If you want to do more advanced stuff, you should check the documentation of the certain ARM processor used in your device and also how additional stuff is connected to it. Ma