Added wrapper for C level irq handling.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5408 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2012-01-19 00:24:13 +00:00
parent 68496d16ed
commit 5df392ff14
3 changed files with 119 additions and 4 deletions

View File

@@ -123,6 +123,7 @@ S_OBJS = _cwd.o \
getcpu.o \
getcwd.o \
getenv.o \
interrupt.o \
isalnum.o \
isalpha.o \
isblank.o \