-
Notifications
You must be signed in to change notification settings - Fork 2
Add Support for Multiple Assembly languages #13
Copy link
Copy link
Open
Labels
Assembleranything related to the assembly processanything related to the assembly processPluginanything related to the plugin systemanything related to the plugin systemVirtual CPUanything related with the virtual CPU that runs machine instructionsanything related with the virtual CPU that runs machine instructionsenhancementNew feature or requestNew feature or requestnew featurenew feature planned to be addednew feature planned to be added
Milestone
Description
Metadata
Metadata
Assignees
Labels
Assembleranything related to the assembly processanything related to the assembly processPluginanything related to the plugin systemanything related to the plugin systemVirtual CPUanything related with the virtual CPU that runs machine instructionsanything related with the virtual CPU that runs machine instructionsenhancementNew feature or requestNew feature or requestnew featurenew feature planned to be addednew feature planned to be added
Move to a plugin based system for assembly compiling and machine code execution
requirements
Replace current register GUI with a panel unique to each ISA to display internal state of CPU however fit
Runtime system calls will still be registered through the SystemCall plugin handler so that new system calls will be registered the same for all ISA implementations.
Assembly will be handled (Havent decided yet)
Other