Skip to content

New keyword types ? #29

@JonathSpirit

Description

@JonathSpirit

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/applieddoneenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions