Skip to content

Commit 26ac6b5

Browse files
fix typo in grammar
1 parent 56879a3 commit 26ac6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smalig/grammar.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
format_id: "11n"
242242
syntax: "const/4 vA, #+B"
243243
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."
244+
short_desc: "Move the given literal value (sign-extended to 32 bits) into the specified register."
245245
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)."
246246
note: ""
247247
example: "1200 0001 - const/4 v0, 0x1"

0 commit comments

Comments
 (0)