Skip to content

Using ca65 with foreign source

oliverschmidt edited this page Apr 4, 2013 · 1 revision

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
Clone this wiki locally