Added arpl instruction
This commit is contained in:
parent
3f675ed4a4
commit
4e207f3638
@ -313,6 +313,7 @@
|
|||||||
0, NOOP_1, 0157, "outs",
|
0, NOOP_1, 0157, "outs",
|
||||||
0, NOOP_1, 0157, "outsw",
|
0, NOOP_1, 0157, "outsw",
|
||||||
|
|
||||||
|
0, ARPLOP, 0143, "arpl",
|
||||||
0, ENTER, 0310, "enter",
|
0, ENTER, 0310, "enter",
|
||||||
0, NOOP_1, 0311, "leave",
|
0, NOOP_1, 0311, "leave",
|
||||||
0, LEAOP, 0142, "bound",
|
0, LEAOP, 0142, "bound",
|
||||||
|
|||||||
@ -65,6 +65,8 @@ oper : NOOP_1
|
|||||||
}
|
}
|
||||||
| LEAOP R16 ',' mem
|
| LEAOP R16 ',' mem
|
||||||
{ emit1($1); ea_2($2<<3);}
|
{ emit1($1); ea_2($2<<3);}
|
||||||
|
| ARPLOP mem ',' R16
|
||||||
|
{ emit1($1); ea_2($4<<3);}
|
||||||
| EXTOP R16 ',' ea_2
|
| EXTOP R16 ',' ea_2
|
||||||
{ emit1(0xF); emit1($1);
|
{ emit1(0xF); emit1($1);
|
||||||
ea_2($2<<3);
|
ea_2($2<<3);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user