]> git.sur5r.net Git - cc65/commitdiff
Added .FORCEIMPORT
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 7 Mar 2003 11:42:26 +0000 (11:42 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 7 Mar 2003 11:42:26 +0000 (11:42 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2008 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml

index cc77dd005f69b71a5640c669cea3b26f2a82e280..53a24caf4d0e47788e92d50deefa59b80c99563b 100644 (file)
@@ -1250,6 +1250,24 @@ Here's a list of all control commands and a description, what they do:
   </verb></tscreen>
 
 
+<sect1><tt>.FORCEIMPORT</tt><label id=".FORCEIMPORT"><p>
+
+  Import an absolute symbol from another module. The command is followed by a
+  comma separated list of symbols to import. The command is similar to <tt>
+  <ref id=".IMPORT" name=".IMPORT"></tt>, but the import reference is always
+  written to the generated object file, even if the symbol is never referenced
+  (<tt><ref id=".IMPORT" name=".IMPORT"></tt> will not generate import
+  references for unused symbols).
+
+  Example:
+
+  <tscreen><verb>
+       .forceimport    needthisone, needthistoo
+  </verb></tscreen>
+
+  See: <tt><ref id=".IMPORT" name=".IMPORT"></tt>
+
+
 <sect1><tt>.GLOBAL</tt><label id=".GLOBAL"><p>
 
   Declare symbols as global. Must be followed by a comma separated list of