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

New keyword types ? #29

Open
JonathSpirit opened this issue Apr 29, 2021 · 0 comments
Open

New keyword types ? #29

JonathSpirit opened this issue Apr 29, 2021 · 0 comments
Assignees
Labels
accepted This issue is accepted and will be fixed/applied done enhancement New feature or request

Comments

@JonathSpirit
Copy link
Owner

We have :
[variable] = A variable (name starting with a $) but not a constant
[string] = A string that represent the name of something, or something (can't be replaced with a macro)
[name] = A string that represent the name of something (can be replaced with a macro)
[value] = A value, this can be a constant value (0x00, 5, 0b0110) or a variable
[bus] = A bus is a constant value that represent an physical bus
[target] = A target is a name that represent a physical group (PERIPHERAL, OPERATION, etc...)
[instruction] = Is a string that represent an existing instruction

I want to add :
[constant] = A constant value (example 0x00, 5 or 0b0101) but not a variable

...

@JonathSpirit JonathSpirit added enhancement New feature or request accepted This issue is accepted and will be fixed/applied labels Apr 29, 2021
@JonathSpirit JonathSpirit self-assigned this Apr 29, 2021
JonathSpirit added a commit that referenced this issue May 5, 2021
you can now affect from a pool name with fixed size
you can now affect from a fixed address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted This issue is accepted and will be fixed/applied done enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant