mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 16:33:19 +00:00
Added .FORCEIMPORT
git-svn-id: svn://svn.cc65.org/cc65/trunk@2008 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b06d37d809
commit
2c4652f58e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user