X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Farm_utils.s;fp=platform%2Fcommon%2Farm_utils.s;h=1d14265c07c2b80a58fe395b5ad243101290aac8;hb=4a32f01f5527929fe5feafd53937007dcfd64735;hp=787ecb916c7939972dffeb08de347cfa5825a36a;hpb=53668ca0f8dae622f61c2b30000a27b80fd8ec6f;p=picodrive.git diff --git a/platform/common/arm_utils.s b/platform/common/arm_utils.s index 787ecb9..1d14265 100644 --- a/platform/common/arm_utils.s +++ b/platform/common/arm_utils.s @@ -1,11 +1,14 @@ @ vim:filetype=armasm @ some color conversion and blitting routines -@ (c) Copyright 2006, notaz +@ (c) Copyright 2006, 2007 notaz @ All Rights Reserved @ vim:filetype=armasm +.text +.align 4 + @ Convert 0000bbb0 ggg0rrr0 0000bbb0 ggg0rrr0 @ to 00000000 rrr00000 ggg00000 bbb00000 ... @@ -217,3 +220,4 @@ flushcache: swi #0x9f0002 mov pc, lr +