This is an old revision of the document!


Using ca65 with foreign source

DASM

Incomplete DASM compatibility settings:

.feature	labels_without_colons
.feature	leading_dot_in_identifiers
.macro		processor	type
	.p02
.endmacro
.define		org		.org
.define		.asm
.macro		include		file
	.include	.concat(.string(file), ".asm")
.endmacro
cc65/using_ca65_with_foreign_source.1278845199.txt.gz · Last modified: 2010-07-11 12:46 by uz
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki