Previous: BFIN Syntax, Up: BFIN-Dependent

9.5.2 Directives

The following directives are provided for compatibility with the VDSP assembler.

.byte2 Initializes a four byte data object.
.byte4 Initializes a two byte data object.
.db TBD
.dd TBD
.dw TBD
.var Define and initialize a 32 bit data object.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.