Skip to content

Reduce global data outside of simulator object for 68000 #26

@BrentSeidel

Description

@BrentSeidel

For the 68000 simulator, instruction decoding is done by overlaying variables for the different instruction formats at the same memory address. This should be replaces by using a record type with the uncheck_union aspect. A variable of this type can then be moved into the simulator object.

This will ultimately allow multiple simulators of the same kind to run simultaneously.

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