-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
acceptedThis issue is accepted and will be fixed/appliedThis issue is accepted and will be fixed/applieddoneenhancementNew feature or requestNew feature or request
Description
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
...
Metadata
Metadata
Assignees
Labels
acceptedThis issue is accepted and will be fixed/appliedThis issue is accepted and will be fixed/applieddoneenhancementNew feature or requestNew feature or request