Previous: Blackfin Syntax, Up: Blackfin-Dependent
The following directives are provided for compatibility with the VDSP assembler.
.byte2
This maps to the .short
directive.
.byte4
This maps to the .int
directive.
.db
This directive is a synonym for .byte
.
.dw
This directive is a synonym for .byte2
.
.dd
This directive is a synonym for .byte4
.
.var