
Maciej Witkowiak <ytm@elysium.pl>
16.04.2001

6502 ASSEMBLER SYNTAX FILE FOR MCEDIT

These files allow to have colored source files with 6502 assembly code.
Filetype is recognized only by extension - .s, .tas or .TAS

INSTALL

Copy 6502.syntax file to your ~/.cedit/ directory or to (system-wide)
/usr/lib/mc/syntax/

Add these two lines at the start of the syntax list in your ~/.cedit/Syntax

file ..\*\\.(s|tas|TAS)$ Assembly
include 6502.syntax

