From 10300ac0e77ba4296c44b3fd741f737842a2a072 Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 2 Oct 2004 20:38:57 +0000 Subject: [PATCH] mod_load and mod_free git-svn-id: svn://svn.cc65.org/cc65/trunk@3205 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 75 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 0497a9445..5e8775c1a 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -195,6 +195,29 @@ function.

+ + + + + + +

+ + + + + + + + + + + + + + + +

@@ -2802,6 +2825,58 @@ be used in presence of a prototype. +mod_free

+ + + +/ +/ function. + +The pointer passed as parameter is the pointer to the module memory, +not the pointer to the control structure. + + + + + + +mod_load

+ + + +/ + + + +The linker is needed to create +relocatable o65 modules for use with this function. + + + + + + offsetof

-- 2.39.5