Added arpl instruction
This commit is contained in:
parent
b1cb54a2b9
commit
2f82d25400
2 changed files with 3 additions and 0 deletions
|
@ -313,6 +313,7 @@
|
|||
0, NOOP_1, 0157, "outs",
|
||||
0, NOOP_1, 0157, "outsw",
|
||||
|
||||
0, ARPLOP, 0143, "arpl",
|
||||
0, ENTER, 0310, "enter",
|
||||
0, NOOP_1, 0311, "leave",
|
||||
0, LEAOP, 0142, "bound",
|
||||
|
|
|
@ -65,6 +65,8 @@ oper : NOOP_1
|
|||
}
|
||||
| LEAOP R16 ',' mem
|
||||
{ emit1($1); ea_2($2<<3);}
|
||||
| ARPLOP mem ',' R16
|
||||
{ emit1($1); ea_2($4<<3);}
|
||||
| EXTOP R16 ',' ea_2
|
||||
{ emit1(0xF); emit1($1);
|
||||
ea_2($2<<3);
|
||||
|
|
Loading…
Reference in a new issue