Skip to content

Suggestion to improve documentation and understanding of program #10

@phillipeaton

Description

@phillipeaton
If you think about it, there are various kinds of mutually exclusive options
for a memory cell. These are:
- type (unused / code / data / rmb)
- size (default char / word; dasmfw also has dword for processors that support 4-byte entities)
- formatting (bin / char / dec / hex)
- semantics (const)

The above is really useful for understanding how the program works and what instructions are going to work in the info file.

However, the dasmfw documentation file doesn't mention the above explanation or group the relevant instructions together.

Suggestion is to put the four above headings into the documentation and the relevant instructions under them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions