Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-12619-928705
MegaSysy
Commits
ad37f72d
Commit
ad37f72d
authored
2 years ago
by
编不出来不起床
Browse files
Options
Download
Patches
Plain Diff
fix: invalid immediate number when stack change
parent
bfd2da18
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
.DS_Store
+0
-0
.DS_Store
.gitignore
+2
-2
.gitignore
lib/antlr-4.8-complete.jar
+0
-0
lib/antlr-4.8-complete.jar
src/backend/machineCode/Instruction/LoadImm.java
+10
-6
src/backend/machineCode/Instruction/LoadImm.java
src/backend/machineCode/Operand/ImmediateNumber.java
+55
-6
src/backend/machineCode/Operand/ImmediateNumber.java
src/backend/pass/InstructionSelector.java
+16
-8
src/backend/pass/InstructionSelector.java
src/backend/pass/RegAllocator.java
+11
-2
src/backend/pass/RegAllocator.java
src/run.py
+12
-12
src/run.py
with
106 additions
and
36 deletions
+106
-36
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets