back | Last regenerated: 2022-04-20 17:31:36 kio |
.asciz.asciz <text> Store a 0-terminated character strings into the code segment. The text string may be given in the following formats: 'text' character string, delimited by <'>, must not contain <'> "text" character string, delimited by <">, must not contain <"> After the characters of the string an additional 0x00 byte is stored, which typically used in c sources as the string Pseudo instructions: end, .end Your assembler source is expected to be either 7-bit clean ascii or utf-8 encoded. Characters in character strings are utf-8 decoded and then translated into the target system's character Pseudo instructions: defl, set and '=' Assembler directives: #if, #elif, #else, #endif Note: some computers use a character Pseudo instructions: defl, set and '=' |