Difference between revisions of "Z80:Directives:DVAR"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
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:var-tvar-tempvar|var-tvar-tempvar]] directive.
+
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-tvar-tempvar]]
+
[[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.

Syntax

   .dvar type, value [, value [, value [ ... ]]]

Allowed inputs

Uses

See Also

var/tvar/tempvar