aboutsummaryrefslogtreecommitdiff
path: root/code/tools/asm/lib.txt
diff options
context:
space:
mode:
Diffstat (limited to 'code/tools/asm/lib.txt')
-rw-r--r--code/tools/asm/lib.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/code/tools/asm/lib.txt b/code/tools/asm/lib.txt
new file mode 100644
index 0000000..737a030
--- /dev/null
+++ b/code/tools/asm/lib.txt
@@ -0,0 +1,31 @@
+
+strlen
+strcasecmp
+tolower
+strcat
+strncpy
+strcmp
+strcpy
+strchr
+
+vsprintf
+
+memcpy
+memset
+rand
+
+atoi
+atof
+
+abs
+
+floor
+fabs
+tan
+atan
+sqrt
+log
+cos
+sin
+atan2
+