svp compiler: all ops implemented, EXT regs left

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@376 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-03-08 20:44:21 +00:00
parent 6e39239fb9
commit 0e4d7ba5f4
2 changed files with 241 additions and 66 deletions

View file

@ -33,6 +33,7 @@
#define A_OP_RSB 0x3
#define A_OP_ADD 0x4
#define A_OP_TST 0x8
#define A_OP_CMP 0xa
#define A_OP_ORR 0xc
#define A_OP_MOV 0xd
#define A_OP_BIC 0xe