Thread
:
[ASSEMBLER] How easy is it to get started asm coding on Maemo5?
View Single Post
raandoom
2012-09-19 , 08:45
Posts: 46 | Thanked: 131 times | Joined on Jul 2011 @ Russia, Moscow area
#
16
S0urcerr0r
, take a look at asm source of my elf:
https://dl.dropbox.com/u/28532483/lo...mpress.v.1.1.s
And the same, but some updated at C:
https://dl.dropbox.com/u/28532483/lo...ress.v.1.2.cpp
Asm source can be compiled with:
Code:
gcc logo_compress.v.1.1.s -o logo_compress.elf
I hope it will help you
Quote & Reply
|
The Following User Says Thank You to raandoom For This Useful Post:
misiak
raandoom
View Public Profile
Send a private message to raandoom
Find all posts by raandoom