meow.git

meow - 6502 assembler

espurr
LICENCE
rw-r--r--
19L
()
Makefile
rw-r--r--
36L
()
README
rw-r--r--
13L
()
config.mk
rw-r--r--
16L
()
direct.c
rw-r--r--
135L
()
direct.h
rw-r--r--
10L
()
instruct.c
rw-r--r--
175L
()
instruct.h
rw-r--r--
10L
()
label.c
rw-r--r--
144L
()
label.h
rw-r--r--
16L
()
meow.1
rw-r--r--
13L
()
meow.c
rw-r--r--
109L
()
meow.h
rw-r--r--
50L
()
mne.py
rwxr-xr-x
44L
()
tables.c
rw-r--r--
759L
()
tables.h
rw-r--r--
13L
()
test.s
rw-r--r--
9L
()
meow - 6502 assembler
=====================

installation
------------
meow comes with a Makefile and config.mk file for building.  edit config.mk to
match your local setup (meow is installed into the /usr/local namespace by
default; you may need to modify your $PATH).

meow can be built and installed with the following command (run as root):

    make install