mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
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:
parent
6e39239fb9
commit
0e4d7ba5f4
2 changed files with 241 additions and 66 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue