X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fcarthw%2Fsvp%2Fgen_arm.c;h=89db6a98bf54cbd72b35955b940919dd02815dc0;hb=e5fa9817777032758511868c8aaa9ff780786c3f;hp=00d5d2cfd1ba3b8a39519e6d70ab6aa097d7d0d2;hpb=458839184622373e3d1bb643c33423e6310387a7;p=picodrive.git diff --git a/Pico/carthw/svp/gen_arm.c b/Pico/carthw/svp/gen_arm.c index 00d5d2c..89db6a9 100644 --- a/Pico/carthw/svp/gen_arm.c +++ b/Pico/carthw/svp/gen_arm.c @@ -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)