X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Farm_utils.s;h=1d14265c07c2b80a58fe395b5ad243101290aac8;hb=0480e6c9696e4d4cbd451a91a7ef63d96f60542d;hp=787ecb916c7939972dffeb08de347cfa5825a36a;hpb=91b2c3e133f883a1674b7acd7702c225f568bfa3;p=libpicofe.git diff --git a/common/arm_utils.s b/common/arm_utils.s index 787ecb9..1d14265 100644 --- a/common/arm_utils.s +++ b/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 +