ascii

Assembly Syntax

.ascii "string"[, "string"]*

Operation

the data items to follow are strings

Comments

programmer has to make sure they are null terminated

Example

.ascii "one\0", "two\0", "three\0"

Home Page Index Page All Assembler_directives Instructions