mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 13:10:34 +00:00
[gamecode] Tweak output for lea
This commit is contained in:
parent
99f89840f9
commit
e3a1413ad3
1 changed files with 2 additions and 2 deletions
|
@ -544,12 +544,12 @@ VISIBLE const opcode_t pr_opcodes[] = {
|
|||
{"&", "lea", OP_LEA, false,
|
||||
ev_pointer, ev_integer, ev_pointer,
|
||||
PROG_VERSION,
|
||||
"%Ga, %Gb, %gc",
|
||||
"(%Ga + %Gb), %gc",
|
||||
},
|
||||
{"&", "leai", OP_LEAI, false,
|
||||
ev_pointer, ev_short, ev_pointer,
|
||||
PROG_VERSION,
|
||||
"%Ga, %sb, %gc",
|
||||
"(%Ga + %sb), %gc",
|
||||
},
|
||||
|
||||
{"<CONV>", "conv.if", OP_CONV_IF, false,
|
||||
|
|
Loading…
Reference in a new issue