(c) and stuff
[picodrive.git] / Pico / carthw / svp / gen_arm.c
index 00d5d2c..89db6a9 100644 (file)
@@ -1,3 +1,8 @@
+// Basic macros to emit ARM instructions and some utils
+
+// (c) Copyright 2008, Grazvydas "notaz" Ignotas
+// Free for non-commercial use.
+
 #define EMIT(x) *tcache_ptr++ = x
 
 #define A_R4M  (1 << 4)