From cb48325f21eae5071445103e60d95ce14ddcc644 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Fri, 17 Jun 2022 00:40:17 +0100 Subject: [PATCH] Add README for agbabi --- agb/src/agbabi/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 agb/src/agbabi/README.md diff --git a/agb/src/agbabi/README.md b/agb/src/agbabi/README.md new file mode 100644 index 00000000..7ea9b745 --- /dev/null +++ b/agb/src/agbabi/README.md @@ -0,0 +1,10 @@ +# agbabi + +GBA optimized library functions for common operations. + +Includes implementations for various aeabi functions. + +# Use in agb + +Restricted to the subset of replacement functions which make the biggest difference when using rust on the gba. +Minor modifications have been made around adding extra symbols to reference in the linker script. \ No newline at end of file