Syntax
Description
Example
.tab size
The .tab directive defines the tab size. Tabs encountered in the source input
are translated to size spaces in the listing. The default tab size is eight spaces.
Each of the following lines consists of a single tab character followed by an
NOP instruction.
Source file:
; default tab size
NOP
NOP
NOP
.tab 4
NOP
NOP
NOP
.tab 16
NOP
NOP
NOP
Listing file:
1
2 000000 F495
3 000001 F495
4 000002 F495
5
7 000003 F495
8 000004 F495
9 000005 F495
10
12 000006 F495
13 000007 F495
14 000008 F495
; default tab size
NOP
NOP
NOP
NOP
NOP
NOP
Assembler Directives
Define Tab Size
NOP
NOP
NOP
.tab
4-87
Need help?
Do you have a question about the TMS320C54x and is the answer not in the manual?