UIQ3 update, some makefile unification, rm old configs, stuff
[picodrive.git] / platform / uiq3 / engine / blit.s
index 521c31a..c377a76 100644 (file)
@@ -1,3 +1,4 @@
+@ vim:filetype=armasm\r
 @ some color conversion and blitting routines\r
 \r
 @ (c) Copyright 2006, notaz\r
@@ -693,3 +694,13 @@ vidClear:
     orr     r12, #(240/16-1)<<16\r
     b       .loopVidClear\r
 \r
+@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r
+\r
+.equ EExecSetExceptionHandler, (90)\r
+\r
+.global my_SetExceptionHandler\r
+\r
+my_SetExceptionHandler:\r
+    mov     ip, lr\r
+    swi     EExecSetExceptionHandler\r
+\r