We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56879a3 commit 26ac6b5Copy full SHA for 26ac6b5
smalig/grammar.yaml
@@ -241,7 +241,7 @@
241
format_id: "11n"
242
syntax: "const/4 vA, #+B"
243
args_info: "A: destination register (4 bits), B: signed int (4 bits)"
244
- short_disc: "Move the given literal value (sign-extended to 32 bits) into the specified register."
+ short_desc: "Move the given literal value (sign-extended to 32 bits) into the specified register."
245
long_desc: "Moves the literal value B into vA. B is sign-extended to 32 bits. The value of B is in the range -8 to 7 (-0x8 to 0x7)."
246
note: ""
247
example: "1200 0001 - const/4 v0, 0x1"
0 commit comments