Difference between revisions of "Z80:Directives:DVAR"
From Learn @ Cemetech
Jump to navigationJump to search (Initial automated import) |
KermMartian (talk | contribs) m |
||
Line 1: | Line 1: | ||
− | Using this directive, you can output data formatted to a particular data type. The types used are the same as in the [[Z80:Directives: | + | Using this directive, you can output data formatted to a particular data type. The types used are the same as in the [[Z80:Directives:Var/TVAR/TEMPVAR|var/tvar/tempvar]] directive. |
== Syntax == | == Syntax == | ||
Line 10: | Line 10: | ||
== See Also == | == See Also == | ||
− | [[Z80:Directives:VAR/TVAR/TEMPVAR|var | + | [[Z80:Directives:VAR/TVAR/TEMPVAR|var/tvar/tempvar]] |
{{lowercase}} | {{lowercase}} |
Latest revision as of 08:26, 6 February 2016
Using this directive, you can output data formatted to a particular data type. The types used are the same as in the var/tvar/tempvar directive.
Contents
Syntax
.dvar type, value [, value [, value [ ... ]]]
Allowed inputs
Uses
See Also