Skip to content

feat(avm): add radix opcode to transpiler#6328

Closed
IlyasRidhuan wants to merge 1 commit intoarv/unrevert_to_radix_blackboxfrom
ir/transpiler-radix
Closed

feat(avm): add radix opcode to transpiler#6328
IlyasRidhuan wants to merge 1 commit intoarv/unrevert_to_radix_blackboxfrom
ir/transpiler-radix

Conversation

@IlyasRidhuan
Copy link
Contributor

Please read contributing guidelines and remove this line.


avm_instrs.push(AvmInstruction {
opcode: AvmOpcode::TORADIXLE,
indirect: Some(FIRST_OPERAND_INDIRECT),
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it's the second one the one that is indirect right? the first is the input field (direct) and the second one is output.pointer (indirect)

Copy link
Contributor

Choose a reason for hiding this comment

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

We count from 0 XD

@IlyasRidhuan
Copy link
Contributor Author

Closed, included in #6330

@ludamad ludamad deleted the ir/transpiler-radix branch August 22, 2024 15:01
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.

3 participants