Skip to content

Commit 748b0d4

Browse files
committed
Added %reg as an alias for __reg__ in Spin1
1 parent 6ea1b08 commit 748b0d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frontends/lexer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,6 +2369,7 @@ struct reservedword {
23692369
{ "ror", SP_ROTR },
23702370
{ "round", SP_ROUND },
23712371
{ "__reg__", SP_COGREG },
2372+
{ "%reg", SP_COGREG },
23722373

23732374
{ "sar", SP_SAR },
23742375
{ "step", SP_STEP },

0 commit comments

Comments
 (0)