]> git.sur5r.net Git - cc65/blobdiff - src/cc65/asmstmt.h
fixed optimization bug where array index is 16-bit, e.g. arr16[i & 0x7f7f]
[cc65] / src / cc65 / asmstmt.h
index 1d1936089cff942a8fe04e4f96879400d6f0d9aa..2884a38936173068160e62bfde66a20788255151 100644 (file)
@@ -46,9 +46,9 @@
 
 void AsmStatement (void);
 /* This function parses ASM statements. The syntax of the ASM directive
- * looks like the one defined for C++ (C has no ASM directive), that is,
- * a string literal in parenthesis.
- */
+** looks like the one defined for C++ (C has no ASM directive), that is,
+** a string literal in parenthesis.
+*/