GNU Info

Info Node: (nasm.info)Section 3.2

(nasm.info)Section 3.2


Next: Section 3.2.1 Prev: Section 3.1 Up: Chapter 3
Enter node , (file) or (file)node

3.2. Pseudo-Instructions
========================

   Pseudo-instructions are things which, though not real x86 machine
instructions, are used in the instruction field anyway because that's
the most convenient place to put them. The current pseudo-instructions
are `DB', `DW', `DD', `DQ' and `DT', their uninitialised counterparts
`RESB', `RESW', `RESD', `RESQ' and `REST', the `INCBIN' command, the
`EQU' command, and the `TIMES' prefix.

Section 3.2.1
`DB' and friends: Declaring Initialised Data
Section 3.2.2
`RESB' and friends: Declaring Uninitialised Data
Section 3.2.3
`INCBIN': Including External Binary Files
Section 3.2.4
`EQU': Defining Constants
Section 3.2.5
`TIMES': Repeating Instructions or Data

automatically generated by info2www version 1.2.2.9