Skip to content

Issues with current 0xSCA RFC #63

@ghost

Description

The current 0xSCA has some problems.

Firstly it has grammar mistakes and typos. If those can be pointed at, I will fix them.

Second, the current words on labels contradict in the Labels section and the section at the end of the file.

And local labels use a dot in front but that is not looking clear. Readability is bad. So I think about using an underscore instead

.ifdef DEBUG
label:
.local:
.word 5
.end

.ifdef DEBUG
label:
_local:
.word 5
.end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions