Change movep's name from <MOVE> to <MOVEP>.

This commit is contained in:
Bill Currie 2011-03-09 10:25:20 +09:00
parent b95cdc33d9
commit 6c4563b21d

View file

@ -1025,7 +1025,7 @@ VISIBLE opcode_t pr_opcodes[] = {
PROG_VERSION,
"%Ga, %sb, %gc",
},
{"<MOVE>", "movep", OP_MOVEP, true,
{"<MOVEP>", "movep", OP_MOVEP, true,
ev_pointer, ev_integer, ev_pointer,
PROG_VERSION,
"%Ga, %Gb, %Gc",