]> git.sur5r.net Git - cc65/blobdiff - src/cc65/asmcode.c
Working on the new backend. Moved the files from the b6502 into the main
[cc65] / src / cc65 / asmcode.c
index b52987b342de3af8ebdfc78bdfa827a8248d7490..3522ce1694424fa58bb9195bc744d1eee397e1f9 100644 (file)
 /* common */
 #include "check.h"
 
-/* b6502 */
+/* cc65 */
 #include "codeopt.h"
 #include "codeseg.h"
 #include "dataseg.h"
-
-/* cc65 */
 #include "symtab.h"
 #include "asmcode.h"