Handling of strings

Asmc Macro Assembler

Asmc Macro Assembler Reference

Handling of strings

Given "quoted strings" may be used as arguments, or in general as a const value, C-strings are limited to be used inside brackets of a procedure.

	.if fopen( "readme.txt", "rt" )

See Also

Asmc Extensions | Symbols Reference