asciz

Assembly Syntax

.asciz "string"[, "string"]*

Operation

The data items to follow are strings

Comments

\0 is appended to each string data item

Example

.asciz "one", "two", "three"

Home Page Index Page All Assembler_directives Instructions