You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
...
The text was updated successfully, but these errors were encountered:
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
...
The text was updated successfully, but these errors were encountered: