Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse expressions #10

Open
donno opened this issue Jan 26, 2014 · 0 comments
Open

Parse expressions #10

donno opened this issue Jan 26, 2014 · 0 comments
Assignees

Comments

@donno
Copy link
Owner

donno commented Jan 26, 2014

In the case of immediate, expressions that can be evaluated at assemble/link time can be used:

For example
movi r1, 1 << 4

Which would be equivalent to:
movi r1, 16

Additionally it may include symbols:
fourbit .equ 4
movi 1 << fourbit.

@ghost ghost assigned donno Jan 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant