word

Assembly Syntax

.word 32-bit value[,32-bit value]*

Operation

The data that follows is to be stored as words

Comments

none

Example

.word 4, 12, 67

Home Page Index Page All Assembler_directives Instructions