cvsuser 02/11/25 17:40:01
Modified: . call_list.txt
Log:
Documentation. Documentation is good
Revision Changes Path
1.5 +16 -0 parrot/call_list.txt
Index: call_list.txt
===================================================================
RCS file: /cvs/public/parrot/call_list.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- call_list.txt 26 Nov 2002 01:36:36 -0000 1.4
+++ call_list.txt 26 Nov 2002 01:40:01 -0000 1.5
@@ -1,3 +1,19 @@
+#
+# Types
+#
+# INT reg stuff
+# c - char
+# s - short
+# i - int
+# l - long
+# NUM reg stuff
+# f - float
+# d - double
+# STR reg stuff
+# t - character string
+# PMC reg stuff
+# p - data pointer from PMC (on store into a new UnManagedStruct PMC)
+#
#Return params
i i
i ii