Skip to content

Printed Instruction::EmitImm is invalid Masm #3545

Description

@mooori

Instruction::EmitImm is printed as emit.<felt> which is invalid Masm and cannot be parsed

Self::EmitImm(value) => inst_with_felt_imm("emit", value),

Proposed fix

Print as push.<felt> emit drop, which is equivalent and can be parsed back.

Context

Metadata

Metadata

Assignees

Labels

assemblyRelated to Miden assembly

Type

Fields

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions