Add a movepi instruction to support indirect moves of fixed size.

This commit is contained in:
Bill Currie 2011-03-09 10:29:24 +09:00
parent 18005cc80d
commit 90de6b0499
3 changed files with 15 additions and 0 deletions

View file

@ -1030,6 +1030,11 @@ VISIBLE opcode_t pr_opcodes[] = {
PROG_VERSION,
"%Ga, %Gb, %Gc",
},
{"<MOVEP>", "movepi", OP_MOVEPI, true,
ev_pointer, ev_short, ev_pointer,
PROG_VERSION,
"%Ga, %Gb, %Gc",
},
// end of table
{0},