Skip to content

Add ADR and BR instructions#38

Open
febyeji wants to merge 1 commit into
mainfrom
feat/adr-br
Open

Add ADR and BR instructions#38
febyeji wants to merge 1 commit into
mainfrom
feat/adr-br

Conversation

@febyeji
Copy link
Copy Markdown
Collaborator

@febyeji febyeji commented May 20, 2026

No description provided.

@febyeji febyeji changed the base branch from feat/exclusive-load-store to main May 20, 2026 05:07
@febyeji febyeji requested a review from tperami May 20, 2026 05:07
@febyeji febyeji changed the title feat(instrs): support ADR and BR Add ADR and BR instructions May 27, 2026
Comment thread instrs-user.sail
function clause execute Adr(d, offset) = {
let base = PC();
X(d) = base + offset;
_PC = _PC + 4;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This needs to happen before the write to X(d) otherwise you are creating a control dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants