Move attribute lookup into the output functions. Allow a bytesperline
attribute for asm output files. git-svn-id: svn://svn.cc65.org/cc65/trunk@5589 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
|
||||
|
||||
/* common */
|
||||
#include "coll.h"
|
||||
#include "strbuf.h"
|
||||
|
||||
|
||||
@@ -49,8 +50,8 @@
|
||||
|
||||
|
||||
|
||||
void WriteAsmFile (const char* Name, const StrBuf* Data);
|
||||
/* Write the contents of Data to the given file in assembler (ca65) format */
|
||||
void WriteAsmFile (const StrBuf* Data, const Collection* A);
|
||||
/* Write the contents of Data to a file in assembler (ca65) format */
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user