mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Add a movepi instruction to support indirect moves of fixed size.
This commit is contained in:
parent
18005cc80d
commit
90de6b0499
3 changed files with 15 additions and 0 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue