Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Add support for LOW/HIGH #10

Merged
merged 2 commits into from
Oct 19, 2019
Merged

Add support for LOW/HIGH #10

merged 2 commits into from
Oct 19, 2019

Conversation

0xSeanll
Copy link
Member

HI/LO part of issue #9 solved.

@0xSeanll 0xSeanll requested a review from loopyme October 19, 2019 17:18
@@ -95,7 +101,7 @@ def j_(LABEL):

# Load upper immediate
def lui_(rt, imm):
Registers.reg_set(rt, RegData(int(imm < 16)))
Registers.reg_set(rt, RegData(RegData(imm < 16)))
Copy link
Member

@loopyme loopyme Oct 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this? Fuck

@loopyme loopyme merged commit 2b49940 into master Oct 19, 2019
@0xSeanll 0xSeanll deleted the 0xSeanll-pathc-3 branch October 24, 2019 05:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants