+ more instructions

git-svn-id: trunk@44613 -
This commit is contained in:
florian 2020-04-05 21:12:14 +00:00
parent 460369405e
commit 4836ff29bd
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
(
'none',
'',
'abs',
'add',
'add.s',
@ -18,6 +18,7 @@
'callx12',
'entry',
'extui',
'ill',
'l8ui',
'l16si',
'l16ui',
@ -54,6 +55,7 @@
'ssr',
'sub',
'sub.s',
'syscall',
'xor'
);

View File

@ -18,6 +18,7 @@ A_CALLX8,
A_CALLX12,
A_ENTRY,
A_EXTUI,
A_ILL,
A_L8UI,
A_L16SI,
A_L16UI,
@ -54,6 +55,7 @@ A_SSL,
A_SSR,
A_SUB,
A_SUB_S,
A_SYSCALL,
A_XOR
);