| Index Entry | Section |
|
H | | |
| hex character code (\xd... ) | 3.6.1.1 Strings |
| hexadecimal integers | 3.6.2.1 Integers |
| hidden directive | 7.71 .internal , .hidden , .protected |
| hword directive | 7.27 .hword expressions |
|
I | | |
| ident directive | 7.28 .ident |
| if directive | 7.29 .if absolute expression |
| ifc directive | 7.29 .if absolute expression |
| ifdef directive | 7.29 .if absolute expression |
| ifeq directive | 7.29 .if absolute expression |
| ifeqs directive | 7.29 .if absolute expression |
| ifge directive | 7.29 .if absolute expression |
| ifgt directive | 7.29 .if absolute expression |
| ifle directive | 7.29 .if absolute expression |
| iflt directive | 7.29 .if absolute expression |
| ifnc directive | 7.29 .if absolute expression |
| ifndef directive | 7.29 .if absolute expression |
| ifne directive | 7.29 .if absolute expression |
| ifnes directive | 7.29 .if absolute expression |
| ifnotdef directive | 7.29 .if absolute expression |
| include directive | 7.30 .include "file" |
| include directive search path | 2.4 .include search path: -I path |
| infix operators | 6.2.4 Infix Operators |
| input | 1.5 Input Files |
| input file linenumbers | Filenames and Line-numbers |
| instructions and directives | 3.5 Statements |
| int directive | 7.31 .int expressions |
| integer expressions | 6.2 Integer Expressions |
| integer, 16-byte | 7.44 .octa bignums |
| integer, 8-byte | 7.53 .quad bignums |
| integers | 3.6.2.1 Integers |
| integers, 16-bit | 7.27 .hword expressions |
| integers, 32-bit | 7.31 .int expressions |
| integers, binary | 3.6.2.1 Integers |
| integers, decimal | 3.6.2.1 Integers |
| integers, hexadecimal | 3.6.2.1 Integers |
| integers, octal | 3.6.2.1 Integers |
| integers, one byte | 7.6 .byte expressions |
| internal assembler sections | 4.3 Assembler Internal Sections |
| internal directive | 7.71 .internal , .hidden , .protected |
| invalid input | 9.1 Have you found a bug? |
| invocation summary | 1. Overview |
| irp directive | 7.32 .irp symbol,values ... |
| irpc directive | 7.33 .irpc symbol,values ... |
| ISA, MIPS | 8.1 Assembler options |
|
J | | |
| joining text and data sections | 2.10 Join Data and Text Sections: -R |
|
L | | |
| label (: ) | 3.5 Statements |
| labels | 5.1 Labels |
| lcomm directive | 7.34 .lcomm symbol , length [, align] |
| ld | 1.6 Output (Object) File |
| length of symbols | 3.4 Symbols |
| lflags directive (ignored) | 7.35 .lflags |
| line comment character | 3.3 Comments |
| line directive | 7.36 .line line-number |
| line numbers, in input files | Filenames and Line-numbers |
| line numbers, in warnings/errors | 1.7 Error and Warning Messages |
| line separator character | 3.5 Statements |
| lines starting with # | 3.3 Comments |
| linker | 1.6 Output (Object) File |
| linker, and assembler | 4.1 Background |
| linkonce directive | 7.37 .linkonce [type] |
| list directive | 7.40 .list |
| listing control, turning off | 7.43 .nolist |
| listing control, turning on | 7.40 .list |
| listing control: new page | 7.10 .eject |
| listing control: paper size | 7.51 .psize lines , columns |
| listing control: subtitle | 7.55 .sbttl "subheading" |
| listing control: title line | 7.69 .title "heading" |
| listings, enabling | 2.1 Enable Listings: -a[cdhlns] |
| little-endian output, MIPS | 8.1 Assembler options |
| ln directive | 7.38 .ln line-number |
| local common symbols | 7.34 .lcomm symbol , length [, align] |
| local labels, retaining in output | 2.6 Include Local Labels: -L |
| local symbol names | Local Symbol Names |
| location counter | 5.4 The Special Dot Symbol |
| location counter, advancing | 7.45 .org new-lc , fill |
| logical file name | 7.22 .file string |
| logical line number | 7.36 .line line-number |
| logical line numbers | 3.3 Comments |
| long directive | 7.41 .long expressions |
|
M | | |
| machine independent directives | 7. Assembler Directives |
| machine instructions (not covered) | 1.1 Structure of this Manual |
| machine-independent syntax | 3. Syntax |
| macro directive | 7.42 .macro |
| macros | 7.42 .macro |
| macros, count executed | 7.42 .macro |
| make rules | 2.8 Dependency tracking: --MD |
| manual, structure and purpose | 1.1 Structure of this Manual |
| merging text and data sections | 2.10 Join Data and Text Sections: -R |
| messages from assembler | 1.7 Error and Warning Messages |
| minus, permitted arguments | 6.2.4 Infix Operators |
| MIPS ABI | 8.1 Assembler options |
| MIPS architecture options | 8.1 Assembler options |
| MIPS big-endian output | 8.1 Assembler options |
| MIPS CPU type | 8.1 Assembler options |
| MIPS debugging directives | 8.3 Directives for debugging information |
| MIPS ECOFF sections | 8.2 MIPS object code |
| MIPS ELF sections | 8.2 MIPS object code |
| MIPS endianness | 8.1 Assembler options |
| MIPS gp-relative data | 8.1 Assembler options |
| MIPS ISA | 8.1 Assembler options |
| MIPS ISA override | 8.4 Directives to override the ISA level |
| MIPS little-endian output | 8.1 Assembler options |
| MIPS option stack | 8.7 Directives to save and restore options |
| MIPS processor | 8. MIPS Dependent Features |
| MIPS small data | 8.1 Assembler options |
| MIPS-3D | 8.1 Assembler options |
| MIPS16 | 8.1 Assembler options |
| MIPS16e | 8.1 Assembler options |
| MRI compatibility mode | 2.7 Assemble in MRI Compatibility Mode: -M |
| mri directive | 7.39 .mri val |
| MRI mode, temporarily | 7.39 .mri val |
|