Skip to content
Discussion options

You must be logged in to vote

You could try to encode the BLX manually
data(2, 0b010001111_0000_000 | REGNUM <<3) # BLX(REG)
or simpler data(2, 0x4780 | REGNUM <<3) # BLX(REG) instead.
Is it elegant? Certainly not.

Replies: 3 comments 9 replies

Comment options

Josverl
Apr 26, 2026
Collaborator Sponsor

You must be logged in to vote
3 replies
@RotatingLlama
Comment options

@RotatingLlama
Comment options

@RotatingLlama
Comment options

Comment options

You must be logged in to vote
2 replies
@RotatingLlama
Comment options

@GitHubsSilverBullet
Comment options

Answer selected by RotatingLlama
Comment options

You must be logged in to vote
4 replies
@RotatingLlama
Comment options

@Josverl
Comment options

Josverl Apr 28, 2026
Collaborator Sponsor

@peterhinch
Comment options

@RotatingLlama
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants