-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Problem:
Project I currently does not incorporate labeling for branching and jumping instructions, which consequently leads to the absence of proper procedure call functionality.
Action Needed:
To address this limitation, it's essential to introduce labeling for branching and jumping instructions, enabling the implementation of procedure calls as well.
Steps to Resolve:
- Identify the sections of code responsible for handling branching and jumping instructions.
- Integrate a labeling mechanism that accurately identifies target locations for branches and jumps.
- Utilize the labeling mechanism to enable proper procedure call functionality, aligning with the MIPS architecture's behavior.
By making these enhancements, the project will be able to accurately support branching, jumping, and procedure call operations, significantly improving the overall functionality and completeness of the simulator.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels