mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-25 02:52:06 +00:00
[gamecode] Fix some more operand formats
With and relative branches.
This commit is contained in:
parent
0d9294d541
commit
1cb35b1fe3
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ load_fmt = [
|
||||||
"*(%Ga + %Gb), %gc",
|
"*(%Ga + %Gb), %gc",
|
||||||
]
|
]
|
||||||
branch_fmt = [
|
branch_fmt = [
|
||||||
"branch %sa (%Ob)",
|
"branch %sa (%Oa)",
|
||||||
"*%Ga",
|
"*%Ga",
|
||||||
"%Ga[%sb]",
|
"%Ga[%sb]",
|
||||||
"%Ga[%Gb]",
|
"%Ga[%Gb]",
|
||||||
|
@ -490,7 +490,7 @@ with_formats = {
|
||||||
"opcode": "OP_WITH",
|
"opcode": "OP_WITH",
|
||||||
"mnemonic": "with",
|
"mnemonic": "with",
|
||||||
"opname": "with",
|
"opname": "with",
|
||||||
"format": "%sa, %sb, $sc",
|
"format": "%sa, %sb, %sc",
|
||||||
"widths": "0, 0, 0",
|
"widths": "0, 0, 0",
|
||||||
"types": "ev_void, ev_void, ev_void",
|
"types": "ev_void, ev_void, ev_void",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue