Difference between revisions of "Z80:Directives:SCRIPTREFERENCE"
From Learn @ Cemetech
Jump to navigationJump to search (Initial automated import) |
KermMartian (talk | contribs) m |
||
Line 1: | Line 1: | ||
Adds references to included scripts. | Adds references to included scripts. | ||
− | When script files (loaded with [[Z80:Directives: | + | When script files (loaded with [[Z80:Directives:INCSCRIPT|incscript]]) are compiled you need to explicitly reference any assemblies containing the functionality that your source references. |
By default, only System.dll and Brass.exe are referenced. | By default, only System.dll and Brass.exe are referenced. | ||
Latest revision as of 08:15, 6 February 2016
Adds references to included scripts.
When script files (loaded with incscript) are compiled you need to explicitly reference any assemblies containing the functionality that your source references. By default, only System.dll and Brass.exe are referenced.
Contents
Syntax
.scriptreference "reference" [, "reference" [, ...]]
Allowed inputs
Uses
See Also