Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Allow code types to be annotated #5

Open
shaigem opened this issue Aug 10, 2021 · 0 comments
Open

Allow code types to be annotated #5

shaigem opened this issue Aug 10, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@shaigem
Copy link
Owner

shaigem commented Aug 10, 2021

Outputting code types can have an annotation/description at the beginning of the code line.

For example:

defineCodes:
    createCode "Cool code":
        authors "???"
        description "My cool code"

        patchInsertAsm "80089284":
            description "Does stuff"
            nop

        patchInsertAsm "80089288":
            description "Does MORE stuff"
            nop

Output gecko code:

$Cool code [???]
*My cool code
04089284 60000000 # Does stuff
04089288 60000000 # Does MORE stuff
@shaigem shaigem added the enhancement New feature or request label Aug 10, 2021
@shaigem shaigem self-assigned this Aug 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant