Android ASM

3 views
Skip to first unread message

Re@p3rM4n

unread,
Oct 8, 2008, 9:08:08 AM10/8/08
to Android Internals
Just out of curiosity, how would one go about writing assembly for
Android (G1)?
-R@

Markus

unread,
Oct 9, 2008, 8:58:50 AM10/9/08
to Android Internals
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. Maybe you need to check the documentation of those
chips, too.

bye
Markus

Re@p3rM4n

unread,
Oct 9, 2008, 5:07:19 PM10/9/08
to Android Internals
Do you have any advice, such as which assembler to use, or info like
what chip &c. is used in the G1?
thanks
-R

Bill Zimmerly

unread,
Oct 10, 2008, 5:11:29 AM10/10/08
to Android Internals
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! :)
Reply all
Reply to author
Forward
0 new messages