New functions to swap register variables

git-svn-id: svn://svn.cc65.org/cc65/trunk@1629 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-25 12:38:38 +00:00
parent da44e7ae4b
commit e1385c925a
4 changed files with 88 additions and 0 deletions

View File

@@ -159,6 +159,9 @@ OBJS = add.o \
pushlysp.o \
pushw.o \
pushwsp.o \
regswap.o \
regswap1.o \
regswap2.o \
return0.o \
return1.o \
rsub.o \