X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Farm_utils.s;h=9d516493901b2020c66997b90d9fd35e4621f316;hb=fa5e045bdc817112c1abf19e65e2d3481d51c48a;hp=787ecb916c7939972dffeb08de347cfa5825a36a;hpb=c7a4ff64287b12487c7e9cc13ce3b7d2aa6e1f06;p=libpicofe.git diff --git a/common/arm_utils.s b/common/arm_utils.s index 787ecb9..9d51649 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 ... @@ -211,9 +214,3 @@ spend_cycles: bx lr -.global flushcache - -flushcache: - swi #0x9f0002 - mov pc, lr -