Skip to content

[GAS] Support for Macro and Integer Expressions - #28

Closed
Neptunium931 wants to merge 10 commits into
RubixDev:mainfrom
Neptunium931:main
Closed

[GAS] Support for Macro and Integer Expressions#28
Neptunium931 wants to merge 10 commits into
RubixDev:mainfrom
Neptunium931:main

Conversation

@Neptunium931

Copy link
Copy Markdown
Contributor

This pull request addresses two related topics: macro support and Integer Expressions.

The primary objective is to support macro gas in this form: from the gas documentation

 .macro  sum from=0, to=5
.long   \from
.if     \to-\from
sum     "(\from+1)",\to
.endif
.endm

but for that, the support of Infix Operators and Prefix Operator was required

@Neptunium931

Copy link
Copy Markdown
Contributor Author

closed #28 and opened identically #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant